案例:ASP/ADO案例     状态:不可编辑再运行    进入竖版
 运行结果 
x
 
1
2
<%Response.Expires=-1%>
3
<html>
4
<body>
5
<p>每当被访问,本页都会被刷新!</p>
6
</body>
7
</html>
8