初步加入排名api呼叫

This commit is contained in:
2023-08-03 22:29:47 +08:00
parent a84dd9b9c4
commit ce69aa5129
2 changed files with 37 additions and 2 deletions
+4
View File
@@ -22,9 +22,13 @@
<input type="date" id="queryDate">
</div>
<hr>
<div id="rank"></div>
<hr>
<script src="https://cdn.jsdelivr.net/npm/axios@1.1.2/dist/axios.min.js"></script>
<script src="./js/index.js"></script>
<hr>
</body>
</html>