This commit is contained in:
2023-06-05 23:52:15 +08:00
commit 35ec24f344
26 changed files with 1518 additions and 0 deletions

24
web/updateFlight.html Normal file
View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<div >
<h1>修改数据</h1>
<form>
<label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;号:&nbsp;<input type="text"></label><br>
<label>航空公司:&nbsp;<input type="text"></label><br>
<label>出发机场:&nbsp;<input type="text"></label><br>
<label>达到机场:&nbsp;<input type="text"></label><br>
<label>出发时间:&nbsp;<input type="text"></label><br>
<label>到达时间:&nbsp;<input type="text"></label><br>
<label>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;型:&nbsp;<input type="text"></label><br>
<input type="submit" value="提交">
</form>
</div>
</body>
</html>