1。 取消缓存 (2)客户端取消 <html> <head> <meta http-equiv=”Expires” CONTENT=”0′′> <meta http-equiv=”Cache-Control” CONTENT=”no-cache”> <meta http-equiv=”Pragma” CONTENT=”no-cache”> </head> (3)服务器具端取消: 服务器端: Response.Buffer = true; Response.ExpiresAbsolute = DateTime.Now.AddD