📄 reg.jsp
字号:
<%@ page contentType="text/html; charset=GB2312" %>
<html>
<head><title>注册</title></head>
<body>
<div align=center>
<form action="reg" method=post>
<table border=0 width=755><tr><td width=755 align=left>
<br><b>1. 注册用户必填资料:</b><ul>
用 户 名: <input name=username size=20>(只能是英文字母或者数字)<br>
昵 称: <input name=usernick size=20><br>
真实姓名: <input name=usertruename size=20> <br>
密 码: <input name=userpassword type=password size=20><br>
确认密码: <input name=userpasswd1 type=password size=20><br>
邮件地址: <input name=useremail size=20> (<font color=blue>为了安全,请确保此信箱能收到信</font>)<br>
</ul>
</td></tr></table><table border=0 width=755><tr><td width=755 align=left>
<b>2. 您可以选择填写以下资料:</b> <ul>
电 话: <input name=userphone size=20><br>
地 址: <input name=useraddress size=40><br>
性 别: <input name=usersex type=radio value=男 checked>男 <input name=usersex type=radio value=女>女<br>
爱 好: <input name=userlike size=40><br>
QQ 号 码: <input name=userqq size=20><br>
</ul></td></tr>
</table>
<br>
<table border=0 width=755>
<tr><td width=755 align=center>
<input type=submit value="确认">
<input type="reset" value="取消">
</td></tr>
</table>
</form>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -