<meta http-equiv="pragram" content="no-cache"> 
禁止浏览器从本地缓存中调阅页面。 
网页不保存在缓存中,每次访问都刷新页面。 
<meta http-equiv="cache-control" content="no-cache, must-revalidate"> 
同上面意思差不多,必须重新加载页面 
<meta http-equiv="expires" content="0"> 
网页在缓存中的过期时间为0,一旦网页过期,必须从服务器上重新订阅。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-11
  • 2021-12-23
  • 2021-05-28
  • 2021-09-08
  • 2022-01-23
相关资源
相似解决方案