📄 bbsregister.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<h1 align="center">新用户注册
</h1>
<hr>
<form name="form1" method="post" action="/BBS/controller/Register">
<table width="394" border="1" align="center">
<tr>
<td width="162"><div align="right">用户名:</div></td>
<td width="216"><input type="text" name="userName"></td>
</tr>
<tr>
<td><div align="right">密码:</div></td>
<td><input type="password" name="userPassword"></td>
</tr>
<tr>
<td><div align="right">确认密码:</div></td>
<td><input type="password" name="ruserPassword"></td>
</tr>
<tr>
<td><div align="right">邮箱:</div></td>
<td><input type="text" name="email"></td>
</tr>
<tr>
<td><div align="right">
<input type="submit" name="Submit" value="确定">
</div></td>
<td><input type="reset" name="Reset" value="取消"></td>
</tr>
</table>
</form>
<p>
<center>
[<a href="/BBS/jsp/bbsIndex.jsp">Home</a>|
<a href="/BBS/jsp/bbsLogin.jsp">Login</a>]
</center>
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -