+
+
+
+ Document
+
+
+
+
+
+
+
+
+```
+
+
+
+#### 03-js书写位置-外部
+
+```html
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+```
+
+
+
+#### 04-js书写位置-行内
+
+```html
+
+
+
+
+
+
+
+ Document
+
+
+
+
+ 行内方式写js
+
+
+
+```
+
+
+
+#### 05-结束符与注释
+
+```html
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+```
+
+
+
+#### 06-输入和输出语法
+
+```html
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+```
+
+
+
+#### 07-变量的使用与更新
+
+```html
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+```
+
+
+
+#### 08-输入用户名案例
+
+```html
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+```
+
+
+
+#### 09-交换2个变量
+
+```html
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+```
+
+
+
+#### 10-变量的命名规范
+
+```html
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+```
+
+
+
+#### 11-输入姓名年龄案例
+
+```html
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+```
+
+
+
+#### 12-let和var的区别
+
+```html
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+```
+
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/00.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/00.html"
new file mode 100644
index 0000000000000000000000000000000000000000..fae2ae41a0ec5b5410a066c4b5ade70838b80b7d
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/00.html"
@@ -0,0 +1,16 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/01-\344\275\223\351\252\214js.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/01-\344\275\223\351\252\214js.html"
new file mode 100644
index 0000000000000000000000000000000000000000..33d0b760a26ad1159acae565bd107fbd323bfac8
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/01-\344\275\223\351\252\214js.html"
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+ 体验JS
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/02-js\344\271\246\345\206\231\344\275\215\347\275\256-\345\206\205\351\203\250.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/02-js\344\271\246\345\206\231\344\275\215\347\275\256-\345\206\205\351\203\250.html"
new file mode 100644
index 0000000000000000000000000000000000000000..6dfc0af368ca538e6d7ee1d0a377d02962667fb3
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/02-js\344\271\246\345\206\231\344\275\215\347\275\256-\345\206\205\351\203\250.html"
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/03-js\344\271\246\345\206\231\344\275\215\347\275\256-\345\244\226\351\203\250.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/03-js\344\271\246\345\206\231\344\275\215\347\275\256-\345\244\226\351\203\250.html"
new file mode 100644
index 0000000000000000000000000000000000000000..49b3130f6eb4af1ce8aea768905d8da695bbb4d4
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/03-js\344\271\246\345\206\231\344\275\215\347\275\256-\345\244\226\351\203\250.html"
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/04-js\344\271\246\345\206\231\344\275\215\347\275\256-\350\241\214\345\206\205.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/04-js\344\271\246\345\206\231\344\275\215\347\275\256-\350\241\214\345\206\205.html"
new file mode 100644
index 0000000000000000000000000000000000000000..281e760a6f197f851a8cedb23b86a93273a7b3f2
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/04-js\344\271\246\345\206\231\344\275\215\347\275\256-\350\241\214\345\206\205.html"
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+ 行内方式写js
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/05-\347\273\223\346\235\237\347\254\246\344\270\216\346\263\250\351\207\212.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/05-\347\273\223\346\235\237\347\254\246\344\270\216\346\263\250\351\207\212.html"
new file mode 100644
index 0000000000000000000000000000000000000000..deae86daceacbf87be7ccd2e923bed9c08773396
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/05-\347\273\223\346\235\237\347\254\246\344\270\216\346\263\250\351\207\212.html"
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/06-\350\276\223\345\205\245\345\222\214\350\276\223\345\207\272\350\257\255\346\263\225.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/06-\350\276\223\345\205\245\345\222\214\350\276\223\345\207\272\350\257\255\346\263\225.html"
new file mode 100644
index 0000000000000000000000000000000000000000..64d4a55bf70b10d5c22a4360313619f044e52e8f
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/06-\350\276\223\345\205\245\345\222\214\350\276\223\345\207\272\350\257\255\346\263\225.html"
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/07-\345\217\230\351\207\217\347\232\204\344\275\277\347\224\250\344\270\216\346\233\264\346\226\260.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/07-\345\217\230\351\207\217\347\232\204\344\275\277\347\224\250\344\270\216\346\233\264\346\226\260.html"
new file mode 100644
index 0000000000000000000000000000000000000000..85a105d1803f7119f1d4f4f2edb87912199e24c6
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/07-\345\217\230\351\207\217\347\232\204\344\275\277\347\224\250\344\270\216\346\233\264\346\226\260.html"
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/08-\350\276\223\345\205\245\347\224\250\346\210\267\345\220\215\346\241\210\344\276\213.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/08-\350\276\223\345\205\245\347\224\250\346\210\267\345\220\215\346\241\210\344\276\213.html"
new file mode 100644
index 0000000000000000000000000000000000000000..06df978c3654af4f11a2f6cffd01fb720233bf61
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/08-\350\276\223\345\205\245\347\224\250\346\210\267\345\220\215\346\241\210\344\276\213.html"
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/09-\344\272\244\346\215\2422\344\270\252\345\217\230\351\207\217.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/09-\344\272\244\346\215\2422\344\270\252\345\217\230\351\207\217.html"
new file mode 100644
index 0000000000000000000000000000000000000000..6be74c1341de9c00977051a7fbc897674264c32a
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/09-\344\272\244\346\215\2422\344\270\252\345\217\230\351\207\217.html"
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/10-\345\217\230\351\207\217\347\232\204\345\221\275\345\220\215\350\247\204\350\214\203.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/10-\345\217\230\351\207\217\347\232\204\345\221\275\345\220\215\350\247\204\350\214\203.html"
new file mode 100644
index 0000000000000000000000000000000000000000..1933f41a82810c7684aabbf9f8dc21dca00935b6
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/10-\345\217\230\351\207\217\347\232\204\345\221\275\345\220\215\350\247\204\350\214\203.html"
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/11-\350\276\223\345\205\245\345\247\223\345\220\215\345\271\264\351\276\204\346\241\210\344\276\213.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/11-\350\276\223\345\205\245\345\247\223\345\220\215\345\271\264\351\276\204\346\241\210\344\276\213.html"
new file mode 100644
index 0000000000000000000000000000000000000000..d61a7c3fa5b14675d04a44a74d7029a5abba6669
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/11-\350\276\223\345\205\245\345\247\223\345\220\215\345\271\264\351\276\204\346\241\210\344\276\213.html"
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/12-let\345\222\214var\347\232\204\345\214\272\345\210\253.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/12-let\345\222\214var\347\232\204\345\214\272\345\210\253.html"
new file mode 100644
index 0000000000000000000000000000000000000000..86a9abb70986fa422313611413703b5256971e46
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/12-let\345\222\214var\347\232\204\345\214\272\345\210\253.html"
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/13-\344\275\223\351\252\214\346\225\260\347\273\204.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/13-\344\275\223\351\252\214\346\225\260\347\273\204.html"
new file mode 100644
index 0000000000000000000000000000000000000000..d87f7a483b11ffe0d5a594c03d20b08033d83fa8
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/13-\344\275\223\351\252\214\346\225\260\347\273\204.html"
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/14-\345\270\270\351\207\217.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/14-\345\270\270\351\207\217.html"
new file mode 100644
index 0000000000000000000000000000000000000000..e21a9081c5f047011dbbb855bd4eff80f25db648
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/14-\345\270\270\351\207\217.html"
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/15-\346\225\260\345\200\274\347\261\273\345\236\213.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/15-\346\225\260\345\200\274\347\261\273\345\236\213.html"
new file mode 100644
index 0000000000000000000000000000000000000000..5b016c5e801fedd330a8b4f12e0d0a80531e0035
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/15-\346\225\260\345\200\274\347\261\273\345\236\213.html"
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/16-\350\256\241\347\256\227\345\234\206\347\232\204\351\235\242\347\247\257.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/16-\350\256\241\347\256\227\345\234\206\347\232\204\351\235\242\347\247\257.html"
new file mode 100644
index 0000000000000000000000000000000000000000..79a8bdcecb1321feb06df33e8bd3f4f74fb5e872
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/16-\350\256\241\347\256\227\345\234\206\347\232\204\351\235\242\347\247\257.html"
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/17-\345\255\227\347\254\246\344\270\262\347\261\273\345\236\213.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/17-\345\255\227\347\254\246\344\270\262\347\261\273\345\236\213.html"
new file mode 100644
index 0000000000000000000000000000000000000000..da8d152bfa630464aa3858ac745de0b6e3ac6d10
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/17-\345\255\227\347\254\246\344\270\262\347\261\273\345\236\213.html"
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/18-\346\250\241\346\235\277\345\255\227\347\254\246\344\270\262.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/18-\346\250\241\346\235\277\345\255\227\347\254\246\344\270\262.html"
new file mode 100644
index 0000000000000000000000000000000000000000..5dc2178f98f2f293657a33f0ffd3d277a422945d
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/18-\346\250\241\346\235\277\345\255\227\347\254\246\344\270\262.html"
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/19-\345\205\266\344\273\226\344\270\211\347\247\215\347\261\273\345\236\213.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/19-\345\205\266\344\273\226\344\270\211\347\247\215\347\261\273\345\236\213.html"
new file mode 100644
index 0000000000000000000000000000000000000000..eb989fb324c0c3f8bb256a5f476bfeaf86229b1c
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/19-\345\205\266\344\273\226\344\270\211\347\247\215\347\261\273\345\236\213.html"
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/20-\346\243\200\346\265\213\346\225\260\346\215\256\347\261\273\345\236\213.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/20-\346\243\200\346\265\213\346\225\260\346\215\256\347\261\273\345\236\213.html"
new file mode 100644
index 0000000000000000000000000000000000000000..79eb438187593d49bf42b4770b3d83a74db88375
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/20-\346\243\200\346\265\213\346\225\260\346\215\256\347\261\273\345\236\213.html"
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/21-\351\232\220\345\274\217\350\275\254\346\215\242.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/21-\351\232\220\345\274\217\350\275\254\346\215\242.html"
new file mode 100644
index 0000000000000000000000000000000000000000..4ce6c8739e83f84d002fddb916893c62053db19b
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/21-\351\232\220\345\274\217\350\275\254\346\215\242.html"
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/22-\346\230\276\347\244\272\350\275\254\346\215\242.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/22-\346\230\276\347\244\272\350\275\254\346\215\242.html"
new file mode 100644
index 0000000000000000000000000000000000000000..698a70c9fc7fce45109fcf061ac82774c62908df
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/22-\346\230\276\347\244\272\350\275\254\346\215\242.html"
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/23-\346\261\202\345\222\214\346\241\210\344\276\213.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/23-\346\261\202\345\222\214\346\241\210\344\276\213.html"
new file mode 100644
index 0000000000000000000000000000000000000000..82de90528986226fe783b25de6a07496216e2586
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/23-\346\261\202\345\222\214\346\241\210\344\276\213.html"
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/24-\347\273\274\345\220\210\346\241\210\344\276\213.html" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/24-\347\273\274\345\220\210\346\241\210\344\276\213.html"
new file mode 100644
index 0000000000000000000000000000000000000000..39d7dfe46d6fe3a9833ae6faab3ad461c6a9654a
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/24-\347\273\274\345\220\210\346\241\210\344\276\213.html"
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
订单确认
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/js/my.js" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/js/my.js"
new file mode 100644
index 0000000000000000000000000000000000000000..ccdc928def075d3a747fb94c76f06c750f4ca2f6
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/js/my.js"
@@ -0,0 +1 @@
+document.write(666)
\ No newline at end of file
diff --git "a/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/js/test.js" "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/js/test.js"
new file mode 100644
index 0000000000000000000000000000000000000000..eebe3ba3b115d19aa15d32d7d134beb5925248bd
--- /dev/null
+++ "b/14 \346\210\264\345\244\251\346\210\220/Codes/20241024/js/test.js"
@@ -0,0 +1 @@
+alert(5201314)
\ No newline at end of file