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

📄 admin_session.asp

📁 于毕业设计与论文以及做课题用-MSK Simulink simulation program for the design and graduation thesis topic, and makin
💻 ASP
字号:
<%
if session("Admin")="" then
response.Write "<script language='javascript'>alert('请先登录!');location='Admin_Login.asp';</script>"
response.End
else
if request.cookies("HX33")("Admin")="" then
response.Write "<script language='javascript'>alert('请先登录!');location='Admin_Login.asp';</script>"
response.End
end if
end if
%>

⌨️ 快捷键说明

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