我现在这样写,没有效果aspx页面<meta http-equiv="pragma" content="no-cache" /><meta http-equiv="cache-control" content="no-cache" /><meta http-equiv="expires" content="FRI,1 JUN 1999 00 00 00 GMT" />aspx.csResponse.Buffer = true;Response.ExpiresAbsolute = System.DateTime.Now.AddSeconds(-1);Response.Expires = 0;Response.CacheControl = "no-cache"; 没有效果啊
                    
                    
                - 2 回答
- 0 关注
- 542 浏览
添加回答
举报
0/150
	提交
		取消
	
 
                    