?? style.asp
字號:
<%
response.buffer=true
dim style
style=request.querystring("style")
if style="" or not isNumeric(style) then
style=1
else
style=int(style)
end if
if cookiePath<>"" then
response.cookies("style").Path=cookiePath
end if
response.cookies("style")=cstr(style)
response.cookies("style").expires=dateadd("m",1,now())
response.redirect request.servervariables("http_referer")
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -