【发布时间】:2013-10-04 14:07:49
【问题描述】:
我正在尝试HTML5 Application Cache DEMO
以上所有缓存文件在客户端存储在哪里?
<!DOCTYPE html>
<html manifest="demo_html.appcache">
<body>
<script src="demo_time.js">
</script>
<p id="timePara"><button onclick="getDateTime()">Get Date and Time</button></p>
<p><img src="img_logo.gif" width="336" height="69"></p>
<p>Try opening <a href="tryhtml5_html_manifest.htm" target="_blank">this page</a>, then go offline, and reload the page. The script and the image should still work.</p>
</body>
</html>
【问题讨论】:
-
问题是:你为什么想知道?你想解决什么问题?你试过什么?
-
我想检查缓存的 html 文件是否被缩小?
标签: javascript php jquery html