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.
20 lines
555 B
20 lines
555 B
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
<html>
|
|
<head>
|
|
<title>添加停车车位信息</title>
|
|
</head>
|
|
<body>
|
|
<form action="cheweixinxi/add" method="post">
|
|
区域编号:<input type="text" name="spaceNumber">
|
|
<br>
|
|
区域名称:<input type="text" name="area">
|
|
<br>
|
|
车位类型:<input type="text" name="spaceType">
|
|
<br>
|
|
车位状态:<input type="text" name="status">
|
|
<br>
|
|
车位价格:<input type="text" name="price">
|
|
<input type="submit" value="添加">
|
|
</form>
|
|
</body>
|
|
</html> |