在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
如何终止浏览器的Cahce页面? Function Redirect( NewURL ) If Not IsEmpty( NewURL & "" ) Then Dim QuestionMark QuestionMark = Instr( NewURL, "?" ) If QuestionMark = 0 Then Response.Redirect NewURL & "?" & NoCacheURL() Response.End Else Response.Redirect NEWURL & "&" & NoCacheURL() Response.End End If End If Function NoCacheURL() On Error Resume Next Randomize NoCacheURL = "NoCache=" & Server.URLEncode(rnd) End Function |
请发表评论