From f3e0dc83b95114624a68604f70edbaa421ae0c0d Mon Sep 17 00:00:00 2001 From: roger Date: Fri, 7 Apr 2023 18:12:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E6=89=8B=E5=86=99=E7=82=B9=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=EF=BC=8C=E5=85=88=E6=8F=90=E4=BA=A4=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Basic/{HelloWorld.html => 01.HelloWorld.html} | 4 ++-- Basic/02.JS编写位置.html | 17 +++++++++++++++++ Basic/js/scriptjs.js | 1 + 3 files changed, 20 insertions(+), 2 deletions(-) rename Basic/{HelloWorld.html => 01.HelloWorld.html} (68%) create mode 100644 Basic/02.JS编写位置.html create mode 100644 Basic/js/scriptjs.js diff --git a/Basic/HelloWorld.html b/Basic/01.HelloWorld.html similarity index 68% rename from Basic/HelloWorld.html rename to Basic/01.HelloWorld.html index 2d4c9a3..a1dca4d 100644 --- a/Basic/HelloWorld.html +++ b/Basic/01.HelloWorld.html @@ -4,8 +4,8 @@ JavaScript HelloWorld diff --git a/Basic/02.JS编写位置.html b/Basic/02.JS编写位置.html new file mode 100644 index 0000000..5144b67 --- /dev/null +++ b/Basic/02.JS编写位置.html @@ -0,0 +1,17 @@ + + + + + JS编写位置 + + + + + +点击链接 + + \ No newline at end of file diff --git a/Basic/js/scriptjs.js b/Basic/js/scriptjs.js new file mode 100644 index 0000000..1a8b54f --- /dev/null +++ b/Basic/js/scriptjs.js @@ -0,0 +1 @@ +alert('scriptjs文件中') \ No newline at end of file