1.禁止页面缓存

    header("Cache-Control:no-cache");

    header("Pragma:no-cache");

    header("Expires:-1");

 

2.url地址唯一

    obj.open('get','服务器地址?'+随机数,true);

相关文章:

  • 2021-10-27
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
猜你喜欢
  • 2022-12-23
  • 2021-06-02
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2021-04-19
  • 2021-12-21
相关资源
相似解决方案