You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.1 KiB

<%--
Created by IntelliJ IDEA.
User: burial
Date: 2025/3/29
Time: 18:43
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>Title</title>
</head>
<body>
<form action="user/newuser1" method="post">
<table>
<tr>
<td>姓名:</td>
<td width="20"></td>
<td><input type="text" name="urName" placeholder="请输入姓名"></td>
</tr>
<tr>
<td>性别:</td>
<td width="20"></td>
<td><input type="text" name="urSex" placeholder="请输入性别"></td>
</tr>
<tr>
<td>手机号:</td>
<td width="20"></td>
<td><input type="text" name="urPhone" placeholder="请输入手机号"></td>
</tr>
<tr>
<td>车牌号:</td>
<td width="20"></td>
<td><input type="text" name="urPlate" placeholder="请输入车牌号"></td>
</tr>
<tr>
<td></td>
<td width="20"></td>
<td><input type="submit" value="提交"></td>
</tr>
</table>
</form>
</body>
</html>