logout.asp
来自「本系统是一套开源WEB的网站管理系统」· ASP 代码 · 共 6 行
ASP
6 行
<!--#include file="include/config.asp"-->
<%
session.Contents.Remove(userVar)
session.Contents.Remove("userinfo")
response.write "<script>alert('恭喜您,您已成功退出了。\n\n欢迎再次使用本系统');window.location.href='index.asp';</script>"
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?