From d36242453053c46e5d97f992ecea9f746ba21925 Mon Sep 17 00:00:00 2001 From: Ryan <1965086437@qq.com> Date: Wed, 9 Oct 2024 20:58:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=82=B9=E5=90=8D=E5=87=BD?= =?UTF-8?q?=E6=95=B0=EF=BC=8C=E4=BD=BF=E5=85=B6=E6=BB=A1=E8=B6=B3=E6=80=BB?= =?UTF-8?q?=E7=A7=AF=E5=88=86=E8=B6=8A=E9=AB=98=EF=BC=8C=E8=A2=AB=E7=82=B9?= =?UTF-8?q?=E5=88=B0=E6=A6=82=E7=8E=87=E8=B6=8A=E5=B0=8F=E7=9A=84=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2afd057..54330b0 100644 --- a/index.js +++ b/index.js @@ -35,7 +35,7 @@ document.getElementById('excelFileInput').addEventListener('change', function (e // 点名按钮 document.getElementById('callButton').addEventListener('click', function () { - // 去除上一次的高亮 + // 去除上一次的高亮学生 var displayDiv = document.getElementById('excelDataDisplay'); Array.from(displayDiv.children).forEach(child => child.style.backgroundColor = '');