outmanagerresult.jsp

来自「新闻系统」· JSP 代码 · 共 21 行

JSP
21
字号
<%@ page contentType="text/html; charset=gb2312" %>
<jsp:useBean id="chinese" scope="request" class="com.tool.Chinese"/>
<%@ page import="com.actionForm.ManagerForm"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>显示结果</title>
</head>
<body>
<br>
<%

session.invalidate();

%>

<script language='javascript'>alert('您已经退出了');window.location.href='../index.jsp';</script>
</body>
</html>

⌨️ 快捷键说明

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