📄 shutdown.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<jsp:useBean id="onLine" scope="application" class="numb1.com.onLine"/>
<jsp:useBean id="ht" scope="page" class="numb1.com.Dohtml"/>
<%@ include file = "include/config.jsp" %>
<%
if(online_enable.compareTo("on") == 0){
String id=(String)session.getAttribute("id");id=ht.donull(id);
onLine.Shut(id);
}
session.removeAttribute("id");
session.removeAttribute("root");
session.removeAttribute("name");
response.sendRedirect("first.jsp");
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -