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

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form action="/insert5" method="post">
日期:<input type="text" name="data">
车次:<input type="text" name="tr_name">
始发站:<input type="text" name="st_pro">
终点站:<input type="text" name="ov_pro">
确诊人数:<input type="number" name="number">
<input type="submit" name="提交信息">
</form>
</body>
</html>