美文网首页
applicationCache 缓存

applicationCache 缓存

作者: 幸福镰刀 | 来源:发表于2016-12-29 01:02 被阅读0次

    开启应用缓存

    <html manifest="example.appcache">
    ...
    </html>

    创建example.appcache

    CACHE MANIFEST
    
    # 要缓存的文件
    CACHE:
    index.html
    index.js
    
    # 不被缓存的文件
    NETWORK:
    style.css
    
    # 回跳的文件
    FALLBACK:
    fallback.html
    

    相关文章

      网友评论

          本文标题:applicationCache 缓存

          本文链接:https://www.haomeiwen.com/subject/nieuvttx.html