📄 const.asp
字号:
<!-- #include file="../lib/conn.asp" -->
<!-- #include file="../lib/str.asp" -->
<!-- #include file="../lib/md5.asp" -->
<!-- #include file="../lib/user.asp" -->
<!-- #include file="../lib/page.asp" -->
<!-- #include file="../lib/var.asp" -->
<%
if not ( not Request.Cookies("zcas")("user_no")="" and Request.Cookies("zcas")("rank")="0" ) then
Response.Redirect("login.asp")
Response.End()
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -