显示百度网页:
布局




加载本地HTML
本地新建assets文件夹

代码调用:

//webView 显示Html语句
StringH5Code="\n"+
"\n"+
"\n"+
"\tTitle\n"+
"\n"+
"\n"+
"\tH5页面\n"+
"\n"+
"\n"+
"";
mWebView.loadData(HsCode,"text/html",null);
JS调用App方法:


HTML代码部分

APP调用JS方法:

设置页面标题

WebView调用JS属性:
JS代码:

android 代码调用:




网友评论