⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 level.asp

📁 应用程序利用ASP做的一个可以实现登陆
💻 ASP
字号:
<%
level1=trim(rs("level1"))
level2=trim(rs("level2"))
level3=trim(rs("level3"))
level4=trim(rs("level4"))

if level4<>"" then
    condition="where level1='"&level1&"' and level2='"&level2&"' and level3='"&level3&"' and level4='"&level4&"' "
else if level3<>"" then
    condition="where level1='"&level1&"' and level2='"&level2&"' and level3='"&level3&"' "
else if level2<>"" then
    condition="where level1='"&level1&"' and level2='"&level2&"' "
else 
    condition="where level1='"&level1&"' "
end if
end if
end if
session.Timeout=999
session("condition")=condition
session("level1")=level1
session("level2")=level2
session("level3")=level3
session("level4")=level4

%>

⌨️ 快捷键说明

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