goback add

android打开本地文件的方法

2881 点击·0 回帖
灯火互联
楼主



webView打开本地sdcard上html文件的方法:
webView.loadUrl(“file:///sdcard/test.html”);
webView.loadUrl(“content://com.Android.htmlfileprovider/test.html);
webView.loadUrl(“file:///Android_asset/icon.png”);


喜欢0 评分0