showgueststyle.asp

来自「一本关于大学的书」· ASP 代码 · 共 11 行

ASP
11
字号
<%
dim ShowGStyle
ShowGStyle=request("ShowGStyle")
if ShowGStyle="" or not isNumeric(ShowGStyle) then
	ShowGStyle=1
else
	ShowGStyle=int(ShowGStyle)
end if
response.cookies("ShowGStyle")=ShowGStyle
response.redirect request.servervariables("http_referer")
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?