| 
 1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
 | 
//打开本包内asset目录下的index.html文件wView.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://www.oschina.net/code/snippet_54100_6227
Android的webview加载本地html、本apk内html和远程URL
原文:http://www.cnblogs.com/elementY/p/4418083.html