首页 > 代码库 > application cache 应用缓存
application cache 应用缓存
这些应用还是要自己实现一遍,否则真不知道哪里会出问题。
客户端:
<!DOCTYPE html><html manifest = ‘demo.appcache‘> <head> <title>H5 application cache</title> <Meta http-equiv="Content-Type" Content="text/cache-manifest"> <link href="http://www.mamicode.com/stylesheets/style.css" rel="stylesheet"> </head> <body> <pre id=‘result‘> result </pre> <img src=http://www.mamicode.com/‘images/1.jpg‘> "text/javascript"> </script></html>
demo.appcache:
CACHE MANIFEST //后面没有:,../stylesheets/style.css../images/1.jpgNETWORK:../images/2.jpgFALLBACK:
我使用node做后端的,直接在.html中修改Content-Type为text/cache-manifest;在手机上看到了效果,1.jpg是缓存的,2.jpg是需要网络连接的,在手机断开WiFi的情况下,refresh页面,仍可看到1.jpg。
application cache 应用缓存
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。