From f7b41cdd7e6e448f4ba7334e40c68504df42b6f2 Mon Sep 17 00:00:00 2001 From: idrnyu1 <13507943+idrnyu1@user.noreply.gitee.com> Date: Wed, 27 Sep 2023 14:48:23 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0js?= 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> --- test.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test.js b/test.js index ebf64d7..401c7e4 100644 --- a/test.js +++ b/test.js @@ -1,4 +1,6 @@ var a = 100; var b = 200; console.log(1); -console.log(a, b); \ No newline at end of file +console.log(a, b); + +alert(123); \ No newline at end of file -- Gitee From 2d000dc084eca1142e3a2310d8f2478918d3a46b Mon Sep 17 00:00:00 2001 From: idrnyu1 <13507943+idrnyu1@user.noreply.gitee.com> Date: Wed, 27 Sep 2023 14:48:56 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0JS?= 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> --- add.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 add.js diff --git a/add.js b/add.js new file mode 100644 index 0000000..5ddb799 --- /dev/null +++ b/add.js @@ -0,0 +1 @@ +// 添加JS \ No newline at end of file -- Gitee