student_logou.asp

来自「eayanQuery思燕大学成绩查询系统 版本 V1.6」· ASP 代码 · 共 16 行

ASP
16
字号
<%
call LoginOut()
Sub LoginOut()
			Dim RootDIR
 			RootDIR="/cj/"
     Response.Cookies("student_id") = ""
	 Response.Cookies("student_no") = ""
	 Response.Cookies("student_name") = ""
	 Response.Cookies("student_pass") = ""
	 Response.Cookies("department_id") = ""
	 Response.Cookies("teacher_id") = ""
	 Response.Cookies("class_id") = ""
 			session.Abandon()
			Response.Write ("<script> top.location.href='" & RootDIR & "';</script>")
End Sub
%>

⌨️ 快捷键说明

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