const.asp
来自「本系统无论是现在还是将来的升级的版本均免费。学生综合测评分也叫综合分或者纪律分」· ASP 代码 · 共 12 行
ASP
12 行
<!-- #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 Session("admin")="" and Session("rank")=4) then
Response.Redirect("login.asp")
Response.End()
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?