标签: android html webview
可能重复: How do I get the web page contents from a WebView?
我想要已经加载到我的WebView中的html文件的html源代码。 通过搜索很多,我发现它应该使用WebViewClient完成。谁能告诉我怎么能这样做呢?
答案 0 :(得分:0)
有关此问题Is there a way to get the HTML in a webview in an Android app?的建议可能有所帮助。
答案 1 :(得分:-1)
可以在此处找到Android WebView源代码:
http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/2.2_r1.1/android/webkit/WebView.java