1.设定刷新时间,定时刷新
   <meta http-equiv="Refresh" content="1000;URL=/expert/deeptree/contentbar.asp?myie=ie">
   content="1000 //刷新时间   JavaScript的SetTimeOut函数

2.去掉客户端缓存机制,直接刷新页面
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
or
<head>和</head>中加一个<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
这样做 去掉客户端缓存机制

相关文章:

  • 2021-09-03
  • 2021-10-29
  • 2022-12-23
  • 2021-11-30
  • 2021-12-24
  • 2022-12-23
猜你喜欢
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2022-02-26
  • 2021-12-26
相关资源
相似解决方案