device_logout.jsp

来自「用JSP实现的 满好的 大家支持哦 大家多多支持」· JSP 代码 · 共 6 行

JSP
6
字号
<%
session.removeAttribute("device_login_guard");
session.removeAttribute("device_Loginmessage");
session.removeAttribute("adminID");
response.sendRedirect("../index.html");
%>

⌨️ 快捷键说明

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