//加载
本项目内asset目录下的文件
wView.loadUrl(
" file:///android_asset/index.html "
);
//加载本地指定地址的文件(如sd卡内的index.html文件
)
wView.loadUrl(
"content://com.android.htmlfileprovider/sdcard/index.html"
);
//加载
指定远程网页地址文件
wView.loadUrl(
"http://iptv.hlj.net:8080/woShop/images/filepath/906265802_cnt_52871_large.png"
);