From 34fa670c868c64b30e69b8c2b71aa927d07b4d67 Mon Sep 17 00:00:00 2001 From: idrnyu1 <13507943+idrnyu1@user.noreply.gitee.com> Date: Wed, 27 Sep 2023 15:18:49 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E4=BA=86=E4=B8=BB?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: idrnyu1 <13507943+idrnyu1@user.noreply.gitee.com> --- main.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 main.js diff --git a/main.js b/main.js new file mode 100644 index 0000000..111d087 --- /dev/null +++ b/main.js @@ -0,0 +1,7 @@ +console.log(location.hash); +console.log(123); +var a = 1; +var b = 2; +var c = 3; +var d = 4; +console.log(a); \ No newline at end of file -- Gitee From 8f2c90200d83e5928e47c66186bafb4a39cb5271 Mon Sep 17 00:00:00 2001 From: idrnyu1 <13507943+idrnyu1@user.noreply.gitee.com> Date: Wed, 27 Sep 2023 15:19:48 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0b.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: idrnyu1 <13507943+idrnyu1@user.noreply.gitee.com> --- b.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 b.js diff --git a/b.js b/b.js new file mode 100644 index 0000000..765f6f6 --- /dev/null +++ b/b.js @@ -0,0 +1,4 @@ +var a = 0; +var b = 1; +var c = 2; +console.log(1); \ No newline at end of file -- Gitee