禁止頁面加入緩存的代碼實(shí)例:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>標(biāo)題頁</title>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
</head>
<body>
<input type=text name="txt1" value="this is test!">
<input type=button value="轉(zhuǎn)換文本" onClick="javascript:changeCase(txt1)">
</body>
</html>