logout.asp

来自「人民医院眼科全站」· ASP 代码 · 共 13 行

ASP
13
字号
<%
response.buffer=true
session.abandon
dim cookiesPath
cookiePath=request.servervariables("path_info")
cookiePath=left(cookiePath,instrRev(cookiePath,"/"))
if cookiePath<>"" then
	response.cookies("gbook").Path=cookiePath
end if
response.cookies("gbook")("username")=""
response.cookies("gbook")("password")=""
response.redirect "index.asp"
%>

⌨️ 快捷键说明

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