📄 register.jsp
字号:
<%@page pageEncoding="gb2312" %>
<%@page contentType="text/html; charset=gb2312" language="java" %>
<%request.setCharacterEncoding("gb2312"); %>
<html>
<head>
<script type="text/javascript" src="register.js"></script>
</head>
<body>
<div>
<form>
<ul>注意:以下均为必填项</ul>
<ul id = "unUl">用 户 名:
<input type="text" id="username" size="15" maxlength="18"/>
(中文:1~9位、英文、数字或下划线1~18位)
</ul>
<ul id="pwUl">密 码:
<input type="text" id="password" size="15" maxlength="16"/>
(英文、数字或下划线6~16位)
</ul>
<ul id="qtUl">密码提示问题:
<input type="text" id="question" size="15" maxlength="50"/>
(中文:1~25位、英文、数字或下划线1~50位)
</ul>
<ul id = "awUl">密码提示答案:
<input type = "text" id = "answer" size = "15" maxlength = "50"/>
(中文:1~25位、英文、数字或下划线1~50位)
</ul>
<ul>
<input type = "button" id = "submit" value = "提 交" onClick = "javascript:void(check())" />
<input type = "reset" id = "reset" value = "重 置"/>
</ul>
</form>
</div>
<div style = "visibility:hidden;display:none">
<form id = "toRegister" method = "post" action = "Register">
<input type = "text" name = "unReg" id = "unReg"/>
<input type = "text" name = "pwReg" id = "pwReg"/>
<input type = "text" name = "qtReg" id = "qtReg"/>
<input type = "text" name = "awReg" id = "awReg"/>
</form>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -