十年網(wǎng)站開發(fā)經(jīng)驗 + 多家企業(yè)客戶 + 靠譜的建站團隊
量身定制 + 運營維護+專業(yè)推廣+無憂售后,網(wǎng)站問題一站解決
//打開本包內(nèi)asset目錄下的index.html文件webView.loadUrl(" file:///android_asset/index.html ");//打開本地sd卡內(nèi)的index.html文件wView.loadUrl("content://com.android.htmlfileprovider/sdcard/index.html");//打開指定URL的html文件wView.loadUrl(" http://m.oschina.net");