session.asp
来自「不是我做的一个留言板」· ASP 代码 · 共 10 行
ASP
10 行
<%
username=session_cookie_name
web_id="../language/"&l_id
web_id=web_id&"/SESSION.ASP"
call include(web_id)
if session_cookie_name="" or session_cookie_group<2 or session_cookie_gid="" then
response.write"<script>alert('"&L_SESSION_MSG&"');location='index.asp'</script>"
response.end
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?