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.

47 lines
1.3 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%--
Created by IntelliJ IDEA.
User: 吴
Date: 2025/3/31
Time: 21: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="tingchexinxi/add" method="post">
<table>
<tr>
<td>停车ID</td>
<td width="20"></td>
<td><input type="text" name="parkingId" placeholder="请输入停车ID" /></td>
</tr>
<tr>
<td>车牌号:</td>
<td width="20"></td>
<td><input type="text" name="licensePlate" placeholder="请输入车牌号" /></td>
</tr>
<tr>
<td>进入时间:</td>
<td width="20"></td>
<td><input type="text" name="entryTime" placeholder="请输入进入时间" /></td>
</tr>
<tr>
<td>离开时间:</td>
<td width="20"></td>
<td><input type="text" name="exitTime" placeholder="请输入离开时间" /></td>
</tr>
<tr>
<td align="right"><input type="reset" value="重置"></td>
<td></td>
<td align="center">
<input type="submit" value="添加">
</td>
</tr>
</table>
</form>
</body>
</html>