开启应用缓存
<html manifest="example.appcache">
...
</html>
创建example.appcache
CACHE MANIFEST
# 要缓存的文件
CACHE:
index.html
index.js
# 不被缓存的文件
NETWORK:
style.css
# 回跳的文件
FALLBACK:
fallback.html
<html manifest="example.appcache">
...
</html>
CACHE MANIFEST
# 要缓存的文件
CACHE:
index.html
index.js
# 不被缓存的文件
NETWORK:
style.css
# 回跳的文件
FALLBACK:
fallback.html