标签:key code load meta new sof androi google 页面
//使用内置浏览器
webView.setWebViewClient(new WebViewClient(){
加载一个网页:
webView.loadUrl("http://www.google.com/");
加载assets目录下的一个html文件
webView.loadUrl("file:///android_asset/test.html");
标签:key code load meta new sof androi google 页面
原文地址:http://www.cnblogs.com/exayong/p/6667687.html