You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
HospitalSystem/WebContent/indexAll.jsp

30 lines
701 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<h2>
<a href="${pageContext.request.contextPath }/client/reg">来访者注册</a>
</h2>
<h2>
<a href="${pageContext.request.contextPath }/client/ClientLoginServlet">来访者登录</a>
</h2>
来访者测试账号15035141926<br/>
密码123456
<h2>
<a href="${pageContext.request.contextPath }/admin/login">管理员登录</a>
</h2>
管理员测试账号root <br/>
密码root
<h2>
<a href="${pageContext.request.contextPath }/doctor/DoctorLoginServlet">咨询师登录</a>
</h2>
咨询师测试账号15035141926<br/>
密码123456
<br/><br/>
ps:机器比较小,访问速度慢,见谅