+
+
+
+ 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 0000000..fae2ae4
--- /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 0000000..33d0b76
--- /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 0000000..6dfc0af
--- /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 0000000..49b3130
--- /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 0000000..281e760
--- /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 0000000..deae86d
--- /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 0000000..64d4a55
--- /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 0000000..85a105d
--- /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 0000000..06df978
--- /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 0000000..6be74c1
--- /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 0000000..1933f41
--- /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 0000000..d61a7c3
--- /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 0000000..86a9abb
--- /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 0000000..d87f7a4
--- /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 0000000..e21a908
--- /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 0000000..5b016c5
--- /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 0000000..79a8bdc
--- /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 0000000..da8d152
--- /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 0000000..5dc2178
--- /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 0000000..eb989fb
--- /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 0000000..79eb438
--- /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 0000000..4ce6c87
--- /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 0000000..698a70c
--- /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 0000000..82de905
--- /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 0000000..39d7dfe
--- /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 0000000..ccdc928
--- /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 0000000..eebe3ba
--- /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
--
Gitee