我需要自动刷新和HTML页面。
如果我将以下内容放入我的HEAD标签中,它似乎可以解决问题:
<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>
我想知道其他人是否有过不起作用的经历。
谢谢
答案 0 :(得分:2)
Try this tag.
<head>
<meta http-equiv="refresh" content="900">
</head>
答案 1 :(得分:0)
有一些已知的问题,这对某些版本的IE无效。在HTML文档的末尾,有一种黑客可以放置包含相应元标记的第二个头部分。