WebView webView = (WebView) findViewById(R.id.web_view);
webView.getSettings().setJavaScriptEnabled(
true
);
webView.setWebViewClient(
new
WebViewClient());
webView.loadUrl(
"http://www.baidu.com"
by: 发表于:2017-09-26 11:43:11 顶(0) | 踩(0) 回复
??
中级程序员
by: 未了 发表于:2019-10-21 13:40:35 顶(0) | 踩(0) 回复
不错
by: 发表于:2017-09-26 11:43:11 顶(0) | 踩(0) 回复
??
回复评论