如何在WebView中保存图像以脱机加载webview

时间:2016-03-21 04:22:02

标签: android webview

我从我的网址获得了内容webview:



<html>
<body>

<h2>Spectacular Mountain</h2>
<p>Descreption</p>
<img src="http://tttd.vn/upload_images/images/2015/12/22/22-12/cha-tom-cu-sen.jpg">
  <p>Avatar</p>
  <img src="http://tttd.vn/upload_images/images/2016/03/18/18-3/porsche-macan-2(1).jpg">
  <p>Test webview offline</p>

</body>
</html>
&#13;
&#13;
&#13;

我想在webview中保存图像以离线阅读webview。 我知道要在webview中保存图像并用sd卡中的路径图像替换url图像。如何在webview中出现多个图像时快速比较和替换?请帮我。谢谢。

0 个答案:

没有答案
相关问题