HTML5应用程序缓存文件存储在客户端的位置?

时间:2013-10-04 05:58:51

标签: javascript php jquery html html5

我正在尝试 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>

1 个答案:

答案 0 :(得分:0)

位置取决于不同类型的浏览器,HTML规范不会强制浏览器供应商,例如the location in Firefox

  

Windows Vista / 7:   C:\用户\\应用程序数据\本地\ Mozilla的\火狐\概况\ \ OfflineCache

     

Mac / Linux中   /用户//库/缓存/火狐/概况/./ OfflineCache

相关问题