📄 hx_setcookie.asp
字号:
<%
dim url
if not WS_S.HX_ISLogin then
url=""
for ii=0 to dir-1
url=url&"../"
next
url=url&"HX_LOGIN.ASP"
response.Write "<script>parent.top.location='"&url&"';</script>"
response.end
else
Call WS_S.HX_UserJurisdiction()
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -