如何终止浏览器的Cahce页面?
程序员文章站
2022-05-03 15:41:11
如何终止浏览器的cahce页面? function redirect( newurl ) if not...
如何终止浏览器的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
上一篇: 为啥只有500元