摘要:
Asp.Net
在Page_Load里面加入如下内容
Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache);
Asp
Response.Buffer = True
Response.ExpiresAbsolute = Now() - 1
Response.Expires = 0
Response.CacheControl = "no-cache"
阅读全文
posted @ 2007-04-12 09:51
WilliamsQi
阅读(311)
评论(0)
推荐(0)

浙公网安备 33010602011771号