设置页面不可以缓存即可~[code]Response.Buffer=true; Response.ExpiresAbsolute=System.DateTime.Now.AddSeconds(-1); Response.Expires=0; Response.CacheControl="no-cache"; [/code]在页面上使用以上代码即可~