代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./assets/lib/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="./assets/lib/toastr/toastr.min.css">
<link rel="stylesheet" href="./assets/lib/NProgress/NProgress.css">
<link rel="stylesheet" href="./assets/css/score.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid header">
<h1>学员成绩</h1>
<p>点击表格修改或录入</p>
</div>
</nav>
<!-- table-striped隔行换色 -->
<table class="table table-striped">
<colgroup>
<col width="14%">
<col width="16%">
<col width="14%">
<col width="14%">
<col width="14%">
<col width="14%">
<col width="14%">
</colgroup>
<thead>
<tr>
<th scope="col">学员ID</th>
<th scope="col">姓名</th>
<th scope="col">第1次成绩</th>
<th scope="col">第2次成绩</th>
<th scope="col">第3次成绩</th>
<th scope="col">第4次成绩</th>
<th scope="col">第5次成绩</th>
</tr>
</thead>
<tbody>
<!-- <tr>
<th scope="row">10</th>
<td>张三</td>
<td class="score">70</td>
<td class="score">70</td>
<td class="score">70</td>
<td class="score">70</td>
<td class="score">70</td>
</tr> -->
</tbody>
</table>
<script src="./assets/lib/jquery-3.6.0.min.js"></script>
<script src="./assets/lib/bootstrap/bootstrap.min.js"></script>
<script src="./assets/lib/toastr/toastr.min.js"></script>
<script src="./assets/lib/axios.js"></script>
<script src="./assets/lib/NProgress/NProgress.js"></script>
<script src="./assets/js/common.js"></script>
<script src="./assets/js/score.js"></script>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。