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.

15 lines
362 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>添加病人</title>
</head>
<body>
<form action="/addP" method="post">
病人身份ID <input type="text" name="rID"/>
医院ID <input type="text" name="hID"/>
入院时间 <input type="date" name="startDate">
<input type="submit" value="提交">
</form>
<body>
<html>