+ 添加数据

This commit is contained in:
2022-07-17 22:22:39 +08:00
parent a545eb4389
commit 0d984b63e7
2 changed files with 184 additions and 15 deletions

View File

@@ -9,22 +9,8 @@
<link rel="stylesheet" href="./github.css">
<link rel="stylesheet" href="./theme.css">
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="./equipment.info.js"></script>
<script>
var info = [
{
"where": "天平室",
"name": "天平",
"id": "CAQ-14-011",
"expir": "2023.04.17"
},
{
"where": "天平室",
"name": "天平",
"id": "CAQ-14-014",
"expir": "2023.07.10"
},
];
$(document).ready(function () {
var content = document.getElementById("content");
var table = document.createElement("table");