v0.6测试

This commit is contained in:
2026-04-14 19:18:11 +08:00
parent fd3535f884
commit a60ba8352f
23 changed files with 157 additions and 40 deletions

View File

@@ -112,8 +112,8 @@ include __DIR__ . '/../includes/header.php';
<script>
const userRole = '<?php echo $role; ?>';
let currentPage = 1;
let totalPages = 1;
var currentPage = 1;
var totalPages = 1;
async function loadStudents(page = 1) {
currentPage = page;