方法一:
请求地址栏设置随机数
方法二:
<%
@ OutPutCache Location
=
"
None
"
%>
方法三:
强制刷新
window.location.reload();
方法四:
设置过期:Response.Expires = -1;