我需要自动刷新HTML页面。自动刷新HTML页面
如果我把我的头标签下面,似乎这样的伎俩:
<head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
</head>
如果其他人有过的经历在它不工作,我想知道。
感谢
阅读这个问题,答案:http://stackoverflow.com/questions/8711888/auto-refresh-code-in-html-using-meta-tags – DwB