//打开本包内asset目录下的index.html文件webView.loadUrl(" file:///android_asset/index.html ");//打开本地sd卡内的index.html文件wView.loadUrl("content://com.android.htmlfileprovider/sdcard/index.html");//打开指定URL的html文件wView.loadUrl(" http://m.oschina.net");本文出自 “分享是最好的记忆” 博客,请务必保留此出处http://elyar.blog.51cto.com/9864306/1752262
Android分享笔记(4) Android的webview加载本地html、本apk内html和远程URL
原文:http://elyar.blog.51cto.com/9864306/1752262