哈哈
private void Page_Load(object sender, System.EventArgs e)
{
//取消缓存
Context.Response.Cache.SetCacheability(HttpCacheability.NoCache);
}