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.
17 lines
465 B
17 lines
465 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>添加信息</h1>
|
|
<form action="/insert" method="post" >
|
|
省份: <input type="text" name="province" placeholder="请输入省份" value="湖南省"> <br>
|
|
城市名称: <input type="text" name="city"> <br>
|
|
用户数: <input type="number" name="usernumber" value="0"> <br>
|
|
<input type="submit" value="提交">
|
|
</form>
|
|
</body>
|
|
</html> |