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.  

相关文章:

  • 2021-11-02
  • 2021-11-30
  • 2021-12-12
  • 2022-12-23
猜你喜欢
  • 2021-11-02
  • 2021-12-10
  • 2021-11-13
相关资源
相似解决方案