Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 我的 HTML5 应用程序缓存清单正在缓存所有内容
我制作了一个可以缓存的 webapp,但是缓存产生了很多问题,所以我需要它们全部清除缓存。
这可以在我的服务器上自动完成吗?
这些选项会起作用吗?
<html manifest="cache.appcache">
<html>
cache.appcache
NETWORK:
根据规范,前两个选项应该可以完成工作。因为当清单无法访问时,浏览器应该删除所有缓存的数据。
https://stackoverflow.com/a/8817490/1482507