logout.jsp

来自「jsp+mysql医院门诊系统源码。admin, doctor, images,」· JSP 代码 · 共 14 行

JSP
14
字号
<%@ page contentType="text/html; charset=gbk"%><%@ include file = "../include/ccs.inc" %>
<html>
<head>
<title>
</title>
</head>
<%
session.setAttribute("patient",null);
response.sendRedirect("/hospital/patient/main.jsp");
%>
<body bgcolor="#ffffff">
</body>
</html>

⌨️ 快捷键说明

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