我需要自动刷新和 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>
我想知道其他人是否有过不起作用的经验。
谢谢