html——设置浏览器禁止缓存页面
2021-08-12 00:33:33
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Expires" content="Wed, 14 Feb 1990 00:00:01 GMT">
</head>
<body>
</body>
<head>
<meta http-equiv="pragma" content="no-cache">
</head>
</html>