From 880af4ecc547e546b1f30c806ffd908d6404fa84 Mon Sep 17 00:00:00 2001 From: LeoLu Date: Sun, 10 Apr 2022 11:31:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=B5=8C=E5=BC=8F=E6=89=80=E7=94=A8?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=8F=8F=E8=BF=B0=E6=9B=B4=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04-JavaScript基础/02-开始写JavaScript:hello world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-JavaScript基础/02-开始写JavaScript:hello world.md b/04-JavaScript基础/02-开始写JavaScript:hello world.md index a637431..10581e2 100644 --- a/04-JavaScript基础/02-开始写JavaScript:hello world.md +++ b/04-JavaScript基础/02-开始写JavaScript:hello world.md @@ -8,7 +8,7 @@ JS 代码的书写位置在哪里呢?这个问题,也可以理解成:引 1. **行内式**:写在标签内部。 -2. **内嵌式**(内联式):写在 head 标签中。 +2. **内嵌式**(内联式):写在 script 标签中。 3. **外链式**:引入外部 JS 文件。