取消缓存
网络整理 - 08-07
最好的方案应该是:混合运用客户端脚本和服务器端脚本。<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>