logout.jsp
来自「jsp+mysql医院门诊系统源码。admin, doctor, images,」· JSP 代码 · 共 12 行
JSP
12 行
<%@ page contentType="text/html; charset=gbk"%><%@ include file = "../include/ccs.inc" %>
<html>
<head>
</head>
<body bgcolor="#ffffff">
<%
session.setAttribute("doctor",null);
response.sendRedirect("/hospital/doctor/main.jsp");
%>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?