前言
有时候我们不需要页面进行缓存,那么可以通过以下方式实现。
html// HTML
asp
// ASP
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1
clip_image005[1]Response.cachecontrol = "no-cache"