码迷,mamicode.com
首页 > 其他好文 > 详细

取消浏览器的自动缓存

时间:2018-08-23 14:13:51      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:清除   存储   cache   name   string   control   tag   直接   numbers   

  1. <!--设置过期时间设置0为直接过期并清除缓存-->
  2.  
    <meta http-equiv="Expires" content="0">
  3.  
    <!--设置不缓存页面-->
  4.  
    <meta http-equiv="Pragma" content="no-cache">
  5.  
    <!--设置不修改消息存储-->
  6.  
    <meta http-equiv="Cache-control" content="no-cache">
  7.  
    <!--同上-->
  8.  
    <meta http-equiv="Cache" content="no-cache">
  9.  

取消浏览器的自动缓存

标签:清除   存储   cache   name   string   control   tag   直接   numbers   

原文地址:https://www.cnblogs.com/boonook/p/9523065.html

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