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.

18 lines
499 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>添加数据</title>
</head>
<body>
<center>
<h>添加数据</h>
<form action="/insert" method="post">
<div>名称:<input type="text" name="name"/></div>
<div>地址:<input type="text" name="address"/></div>
<div>电话:<input name="tel" type="text"/></div>
<input type="submit" value="提交信息">
</form>
</center>
</body>
</html>