📄 login.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<body bgcolor=cyan>
<center>
<HEAD>
<TITLE>招生录取系统</TITLE>
</HEAD>
<br>
<H1 ALIGN="CENTER"><font color=Fuchsia size=10>欢迎登陆高校招生录取系统</font></H1>
<hr color=Navy >
<br><br>
<font color=red size=5>考生登陆</font>
<form action="Student.jsp" method="post" name="studentForm">
编号:<input type="text" name="BH"><br>
密码:<input type="password" name="MM"><br>
<input type="submit" value="submit">
<input type="reset" value="reset">
</form>
<br>
<font color=red size=5>院校登陆</font>
<form action="College.jsp" method="post" name="studentForm">
代号:<input type="text" name="DH"><br>
密码:<input type="password" name="MM"><br>
<input type="submit" value="submit">
<input type="reset" value="reset">
</form>
<br>
<font color=red size=5>招生部门登陆</font>
<form action="DepartmentIndex.jsp" method="post" name="studentForm">
帐号:<input type="text" name="ZH"><br>
密码:<input type="password" name="MM"><br>
<input type="submit" value="submit">
<input type="reset" value="reset">
</form>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -