<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="refresh" content="30">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="0">

JSP
response.setHeader("Pragma","No-Cache");
response.setHeader("Cache-Control","No-Cache");
response.setDateHeader("Expires", 0);

相关文章:

  • 2021-04-25
  • 2021-12-05
  • 2021-09-10
  • 2021-11-06
  • 2021-08-01
  • 2022-01-04
  • 2021-07-09
猜你喜欢
  • 2021-05-29
  • 2021-07-26
  • 2021-11-08
  • 2022-12-23
  • 2021-04-13
相关资源
相似解决方案