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
428 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form action="/insert6" method="post">
日期:<input type="text" name="data">
车次:<input type="text" name="tr_name">
姓名:<input type="text" name="name">
年龄:<input type="number" name="age">
<input type="submit" name="提交信息">
</form>
</body>
</html>