From 901fb18373ff592a876a322020051fe99d435c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=B1=95?= <1742965070@qq.com> Date: Thu, 26 Oct 2023 14:55:38 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=E6=96=B0=E5=BB=BA=200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 0/.keep diff --git a/0/.keep b/0/.keep new file mode 100644 index 0000000..e69de29 -- Gitee From 873fa22c1aead5806b7cc8f9befedef592420fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=B1=95?= <1742965070@qq.com> Date: Thu, 26 Oct 2023 14:55:56 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 0/.keep diff --git a/0/.keep b/0/.keep deleted file mode 100644 index e69de29..0000000 -- Gitee From ec172c4400a29e62d4d29c5f4b353d199313eb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=B1=95?= <1742965070@qq.com> Date: Thu, 26 Oct 2023 14:56:03 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=E6=96=B0=E5=BB=BA=2003=E6=9E=97=E5=B1=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "03\346\236\227\345\261\225/.keep" | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 "03\346\236\227\345\261\225/.keep" diff --git "a/03\346\236\227\345\261\225/.keep" "b/03\346\236\227\345\261\225/.keep" new file mode 100644 index 0000000..e69de29 -- Gitee From c7e3b1f0c45359b7b8befcf69239ef35e881211e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=B1=95?= <1742965070@qq.com> Date: Thu, 26 Oct 2023 14:56:20 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=E6=9E=97=E5=B1=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林展 <1742965070@qq.com> --- .../20231026/test/do.js" | 4 + .../20231026/test/work.html" | 28 +++ .../20231026/\345\210\235\350\257\206js.md" | 186 ++++++++++++++++++ 3 files changed, 218 insertions(+) create mode 100644 "03\346\236\227\345\261\225/20231026/test/do.js" create mode 100644 "03\346\236\227\345\261\225/20231026/test/work.html" create mode 100644 "03\346\236\227\345\261\225/20231026/\345\210\235\350\257\206js.md" diff --git "a/03\346\236\227\345\261\225/20231026/test/do.js" "b/03\346\236\227\345\261\225/20231026/test/do.js" new file mode 100644 index 0000000..0369be8 --- /dev/null +++ "b/03\346\236\227\345\261\225/20231026/test/do.js" @@ -0,0 +1,4 @@ +const g = document.querySelector(".gg2") +g.onclick = function () { + alert("我****1") +} \ No newline at end of file diff --git "a/03\346\236\227\345\261\225/20231026/test/work.html" "b/03\346\236\227\345\261\225/20231026/test/work.html" new file mode 100644 index 0000000..220e386 --- /dev/null +++ "b/03\346\236\227\345\261\225/20231026/test/work.html" @@ -0,0 +1,28 @@ + + + +
+ + +