📄 logout.asp
字号:
<% Response.Expires = 0
bomb_id = Request.Cookies("LOGIN")("bomb_id")
Response.Cookies("LOGIN")("check") = ""
Response.Cookies("LOGIN")("bomb_index") = ""
Response.Cookies("LOGIN")("bomb_id") = ""
Response.Cookies("LOGIN")("bomb_name") = ""
Response.Cookies("LOGIN")("bomb_email") = ""
Session.Abandon
if bomb_id <> "nako" and bomb_id <> "hypie" and bomb_id <> "ilovoli" then
Response.Redirect ("/main.asp")
else
%>
<script language="javascript">
<!--
alert("肺弊酒眶 登菌嚼聪促!!!");
window.open("/bombgame.asp", "_top");
//-->
</script>
<%
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -