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.

19 lines
664 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form action="/insert" method="post" >
日期: <input type="text" name="data"/>
省份: <input type="text" name="province"/>
当日接收境外输入人数: <input type="text" name="add_input"/>
新增境外输入病例: <input type="text" name="new_confirmed"/>
累计境外输入确诊病例: <input type="text" name="total_confirmed"/>
累计境外输入治愈人数: <input type="text" name="total_recovery"/>
<input type="submit" value="提交信息">
</form>
</body>
</html>