📄 index.jsp~4~
字号:
<%@ page contentType="text/html; charset=GB18030" %>
<html>
<head>
<title>
登陆注册页面
</title>
</head>
<body bgcolor="#ffffff">
<table width="300" align="center" border="0" bgcolor="#F5f7f7">
<tr bgcolor="#21536A">
<td height="22" colspan="2" align="center"> <font color="#FFFF33">登陆入口</font></td>
</tr>
<form name="form1" method="post" action="login.jsp">
<tr>
<td width="36%" height="30" border="0" align="center">号码:</td>
<td width="51%">
<input name="username" type="text" size="16">
</td>
</tr>
<tr>
<td height="30" border="0" align="center">密码:</td>
<td height="30"><input name="password" type="password" size="16"></td>
</tr>
<tr>
<td colspan="2" align="center">
<input name="select" type="radio" value="student" checked >
学生
<input type="radio" name="select" value="teacher">
教授 </td>
</tr>
<tr align="center">
<td height="30" border="0" colspan="2">
<input type="Submit" name="Submit2" value="进入">
<input name="Submit" type="reset" value="重置">
<font size="-1"><a href="student/reg.jsp">还未注册?</a></font>
</td>
</tr>
</form>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -