发新话题
打印

[分享] 加到网页的最上边 可以提高网页的速度

本主题由 乖乖狗 于 2008-5-15 17:10 设置高亮

加到网页的最上边 可以提高网页的速度

<%
'加到网页的最上边 可以提高网页的速度
Response.Buffer = true
Response.Expires = -10000
Response.AddHeader "pragma", "no-cache"
Response.AddHeader "cache-control", "private"
Response.CacheControl = "no-cache"
%>

TOP

发新话题