在我的应用程序中,正在加载驻留在 SD 卡中的本地 html
String extPath = getExternalFilesDir(null).toString();
String html = getHtml(extPath+File.separator+fileName); //it just reads html file and returns content as string
webvu.loadDataWithBaseURL("file://"+extPath+File.separator,html ,
"text/html","UTF-8", null);
在 Web 视图 (webvu) 中加载的 html 文件尝试使用 $.load ajax 调用加载另一个 html 文件
$.load("base.html",function(){ ... });
ajax load 抛出以下错误。我该如何解决这个问题
XMLHttpRequest 无法加载 file:///storage/emulated/0/Android/data/com.example.sdcardwebview/files/sec.html。无法从 null 发出任何请求。在空:1