码迷,mamicode.com
首页 > 移动开发 > 详细

移动端缓存清理

时间:2017-06-06 13:03:06      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:control   meta   还需要   还需   UI   后缀   随机   html   文件   

除了给js、css文件后缀加随机数之外,还需要在入口index.html中加入以下清除缓存代码

<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">

移动端缓存清理

标签:control   meta   还需要   还需   UI   后缀   随机   html   文件   

原文地址:http://www.cnblogs.com/zhoujx1066/p/6950780.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!