今天继续联系了javaweb的增删改查
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <!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=utf-8"> <title>注册页面</title> </head> <body> <br><br><br> <h3 align = "center">注册页面</h3> <hr> <form align = "center" action="RegisterServlet" method="post"> <table align = "center" border="0"> <tr><td>用户名</td><td><input type="text" name="userName" ></td></tr> <tr><td>密码</td><td><input type="password" name="userPwd" ></td></tr> <tr><td>确认密码</td><td><input type="password" name="userRePwd" ></td></tr> <tr><td align = "center" colspan="2"><input type="submit" value = "注册" style="color:blue" ></td></tr> </table> </form> </body> </html>zhuce
标签:总结,zhuce,javaweb,密码,注册,今日,页面 From: https://www.cnblogs.com/zhaoyueheng/p/17196183.html