From 87e5fad55e33cc37224efc95f8a025b8b18b2ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=B4=E5=A4=A9=E6=88=90?= <1205840226@qq.com> Date: Thu, 24 Oct 2024 13:24:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\250\345\210\235\350\257\206JavaScript.md" | 357 ++++++++++++++++++ .../Codes/20241024/00.html" | 16 + .../01-\344\275\223\351\252\214js.html" | 30 ++ ...347\275\256-\345\206\205\351\203\250.html" | 18 + ...347\275\256-\345\244\226\351\203\250.html" | 16 + ...347\275\256-\350\241\214\345\206\205.html" | 16 + ...\344\270\216\346\263\250\351\207\212.html" | 29 ++ ...\345\207\272\350\257\255\346\263\225.html" | 24 ++ ...\344\270\216\346\233\264\346\226\260.html" | 29 ++ ...\345\220\215\346\241\210\344\276\213.html" | 23 ++ ...\344\270\252\345\217\230\351\207\217.html" | 28 ++ ...\345\220\215\350\247\204\350\214\203.html" | 26 ++ ...\351\276\204\346\241\210\344\276\213.html" | 24 ++ ...\347\232\204\345\214\272\345\210\253.html" | 22 ++ ...\351\252\214\346\225\260\347\273\204.html" | 28 ++ .../14-\345\270\270\351\207\217.html" | 23 ++ ...\345\200\274\347\261\273\345\236\213.html" | 30 ++ ...\347\232\204\351\235\242\347\247\257.html" | 24 ++ ...\344\270\262\347\261\273\345\236\213.html" | 39 ++ ...\345\255\227\347\254\246\344\270\262.html" | 23 ++ ...\347\247\215\347\261\273\345\236\213.html" | 29 ++ ...\346\215\256\347\261\273\345\236\213.html" | 32 ++ ...\345\274\217\350\275\254\346\215\242.html" | 24 ++ ...\347\244\272\350\275\254\346\215\242.html" | 39 ++ ...\345\222\214\346\241\210\344\276\213.html" | 20 + ...\345\220\210\346\241\210\344\276\213.html" | 67 ++++ .../Codes/20241024/js/my.js" | 1 + .../Codes/20241024/js/test.js" | 1 + 28 files changed, 1038 insertions(+) create mode 100644 "14 \346\210\264\345\244\251\346\210\220/20241024\344\270\250\345\210\235\350\257\206JavaScript.md" create mode 100644 "14 \346\210\264\345\244\251\346\210\220/Codes/20241024/00.html" create mode 100644 "14 \346\210\264\345\244\251\346\210\220/Codes/20241024/01-\344\275\223\351\252\214js.html" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "14 \346\210\264\345\244\251\346\210\220/Codes/20241024/14-\345\270\270\351\207\217.html" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "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" create mode 100644 "14 \346\210\264\345\244\251\346\210\220/Codes/20241024/js/my.js" create mode 100644 "14 \346\210\264\345\244\251\346\210\220/Codes/20241024/js/test.js" diff --git "a/14 \346\210\264\345\244\251\346\210\220/20241024\344\270\250\345\210\235\350\257\206JavaScript.md" "b/14 \346\210\264\345\244\251\346\210\220/20241024\344\270\250\345\210\235\350\257\206JavaScript.md" new file mode 100644 index 0000000..750b30f --- /dev/null +++ "b/14 \346\210\264\345\244\251\346\210\220/20241024\344\270\250\345\210\235\350\257\206JavaScript.md" @@ -0,0 +1,357 @@ +# 一、笔记部分 + +### JavaScript 简介 + +1. JavaScript 是什么: + + JavaScript 是一种运行在浏览器的脚本编程语言。它不需要编译,可直接在浏览器上运行。 + +2. JavaScript 由什么组成: + + ECMAScript (基础语法)和 Web APIs (DOM、BOM)。 + + - ECMAScript: + 规定了js基础语法核心知识。 + - 比如:变量、分支语句、循环语句、对象等等 + - Web APIs : + - DOM 操作文档,比如对页面元素进行移动、大小、添加删除等操作 + - BOM 操作浏览器,比如页面弹窗,检测窗口宽度、存储数据到浏览器等等 + +# 二、作业部分 + +- 完成练习与作业 + + + +## 基础练习 + +#### 02-js书写位置-内部 + +```html + + + + + + + + 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