网站首页/技术开发列表/内容

取消缓存

技术开发2022-07-28阅读

最好的方案应该是:混合运用客户端脚本和服务器端脚本。
<html>
<head>
<meta http-equiv="Expires" CONTENT="0">
<meta http-equiv="Cache-Control" CONTENT="no-cache">
<meta http-equiv="Pragma" CONTENT="no-cache">
</head>




<script language="JavaScript">
<!--
javascript:window.history.forward(1);
//-->
</script>
</html>

……

相关阅读