From f49eafcc84c6dc68c7a4a458d87b66dc742a27eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Thu, 26 May 2022 16:56:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=94=99=E8=AF=AF=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/script.js b/script.js index 8b64d9eb..72ee3fe6 100644 --- a/script.js +++ b/script.js @@ -2094,7 +2094,6 @@ function initialize(event) { txtDetailDisplay.onclick = function() { detailBox.classList.add("edit"); txtDetail.focus(); - txtDetail.sec }; //这个写法的目的其实是为了确保添加顺序与1、2、3一致,即便打乱了顺序,也能正确添加