国产成人毛片视频|星空传媒久草视频|欧美激情草久视频|久久久久女女|久操超碰在线播放|亚洲强奸一区二区|五月天丁香社区在线|色婷婷成人丁香网|午夜欧美6666|纯肉无码91视频

js與webview交互 android怎么在webview中加載js文件?

android怎么在webview中加載js文件?String htmlCode = 下面是htmlCode中的值 web

android怎么在webview中加載js文件?

String htmlCode = 下面是htmlCode中的值

webview中用loadData(htmlCode) //webview加載html代碼把這個jquery.js文件放到了assets文件夾下src="https://img.kmw.comfile:///android_asset/xxx.js"并且要用String baseUrl = "file:///android_asset"WV_View.loadDataWithBaseURL(baseUrl, strHtml, "text/html", "utf-8", null)