qx.asp

来自「这是一个很好的班级考勤系统」· ASP 代码 · 共 31 行

ASP
31
字号
<!--''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''版权:野马原创                    ''''
''''联系:ctplr@163.com          ''''
''''说明:需要新功能联系我      ''''
''''QQ:214297587                    ''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
-->
<%
if session("king")=1 then
qxcn="系统程序员"
elseif session("qx")=1 then
qxcn="超级管理员"
elseif session("qx")=2 then
qxcn="管理员"
elseif session("qx")=3 then
qxcn="登记员"
end if
 
%>
<%
if  (qxd=1 and k=1)  then
 qxcn1="系统程序员"
elseif qxd=1 then
qxcn1="超级管理员"
elseif qxd=2 then
qxcn1="管理员"
elseif  qxd=3 then
qxcn1="登记员"
end if
 
%>

⌨️ 快捷键说明

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