0

我正在尝试HTML5 应用程序缓存演示

以上所有缓存文件存储在客户端的哪里?

<!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>
4

1 回答 1

0

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

Windows Vista/7:C:\Users\\AppData\Local\Mozilla\Firefox\Profiles\.\OfflineCache

Mac/Linux:/Users//Library/Caches/Firefox/Profiles/./OfflineCache

于 2013-10-04T06:07:49.647 回答