From 022d6eb17cc98eea757a4d55e17282e1fc220cb7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=A8=8B=E6=96=8C?= <2463860418@qq.com>
Date: Fri, 25 Oct 2024 01:08:50 +0000
Subject: [PATCH 1/5] =?UTF-8?q?add=20README.md.=20=E5=98=BB=E5=98=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: 程斌 <2463860418@qq.com>
---
README.md | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..55ff3f2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,39 @@
+# JavaScript基础应用
+
+#### 介绍
+{**以下是 Gitee 平台说明,您可以替换此简介**
+Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台
+无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)}
+
+#### 软件架构
+软件架构说明
+
+
+#### 安装教程
+
+1. 哈哈
+2. xxxx
+3. xxxx
+
+#### 使用说明
+
+1. xxxx
+2. xxxx
+3. xxxx
+
+#### 参与贡献
+
+1. Fork 本仓库
+2. 新建 Feat_xxx 分支
+3. 提交代码
+4. 新建 Pull Request
+
+
+#### 特技
+
+1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
+2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
+3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
+4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
+5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
+6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
--
Gitee
From ed5054853fab6243e260df616979ee4a9f1c1c66 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=A8=8B=E6=96=8C?= <2463860418@qq.com>
Date: Fri, 25 Oct 2024 09:10:03 +0800
Subject: [PATCH 2/5] xxm
---
.../00.html" | 16 +++++
.../01-\344\275\223\351\252\214js.html" | 30 +++++++++
...347\275\256-\345\206\205\351\203\250.html" | 19 ++++++
...347\275\256-\345\244\226\351\203\250.html" | 18 +++++
...347\275\256-\350\241\214\345\206\205.html" | 19 ++++++
...\344\270\216\346\263\250\351\207\212.html" | 22 ++++++
...\345\207\272\350\257\255\346\263\225.html" | 25 +++++++
...\344\270\216\346\233\264\346\226\260.html" | 30 +++++++++
...\345\220\215\346\241\210\344\276\213.html" | 23 +++++++
...\344\270\252\345\217\230\351\207\217.html" | 31 +++++++++
...\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" | 19 ++++++
...\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" | 21 ++++++
...\345\220\210\346\241\210\344\276\213.html" | 67 +++++++++++++++++++
.../js/my.js" | 1 +
.../js/test.js" | 1 +
27 files changed, 683 insertions(+)
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/00.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/01-\344\275\223\351\252\214js.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/02-js\344\271\246\345\206\231\344\275\215\347\275\256-\345\206\205\351\203\250.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/03-js\344\271\246\345\206\231\344\275\215\347\275\256-\345\244\226\351\203\250.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/04-js\344\271\246\345\206\231\344\275\215\347\275\256-\350\241\214\345\206\205.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/05-\347\273\223\346\235\237\347\254\246\344\270\216\346\263\250\351\207\212.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/09-\344\272\244\346\215\2422\344\270\252\345\217\230\351\207\217.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/12-let\345\222\214var\347\232\204\345\214\272\345\210\253.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/13-\344\275\223\351\252\214\346\225\260\347\273\204.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/14-\345\270\270\351\207\217.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/15-\346\225\260\345\200\274\347\261\273\345\236\213.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/16-\350\256\241\347\256\227\345\234\206\347\232\204\351\235\242\347\247\257.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/17-\345\255\227\347\254\246\344\270\262\347\261\273\345\236\213.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/18-\346\250\241\346\235\277\345\255\227\347\254\246\344\270\262.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/19-\345\205\266\344\273\226\344\270\211\347\247\215\347\261\273\345\236\213.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/20-\346\243\200\346\265\213\346\225\260\346\215\256\347\261\273\345\236\213.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/21-\351\232\220\345\274\217\350\275\254\346\215\242.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/22-\346\230\276\347\244\272\350\275\254\346\215\242.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/23-\346\261\202\345\222\214\346\241\210\344\276\213.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/24-\347\273\274\345\220\210\346\241\210\344\276\213.html"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/js/my.js"
create mode 100644 "23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/js/test.js"
diff --git "a/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/00.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/00.html"
new file mode 100644
index 0000000..fdeab81
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/00.html"
@@ -0,0 +1,16 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/01-\344\275\223\351\252\214js.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/01-\344\275\223\351\252\214js.html"
new file mode 100644
index 0000000..33d0b76
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/01-\344\275\223\351\252\214js.html"
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+ 体验JS
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/02-js\344\271\246\345\206\231\344\275\215\347\275\256-\345\206\205\351\203\250.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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..da39f31
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/02-js\344\271\246\345\206\231\344\275\215\347\275\256-\345\206\205\351\203\250.html"
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/03-js\344\271\246\345\206\231\344\275\215\347\275\256-\345\244\226\351\203\250.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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..e7d1633
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/03-js\344\271\246\345\206\231\344\275\215\347\275\256-\345\244\226\351\203\250.html"
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/04-js\344\271\246\345\206\231\344\275\215\347\275\256-\350\241\214\345\206\205.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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..d4475c1
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/04-js\344\271\246\345\206\231\344\275\215\347\275\256-\350\241\214\345\206\205.html"
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/05-\347\273\223\346\235\237\347\254\246\344\270\216\346\263\250\351\207\212.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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..aff2bd3
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/05-\347\273\223\346\235\237\347\254\246\344\270\216\346\263\250\351\207\212.html"
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/06-\350\276\223\345\205\245\345\222\214\350\276\223\345\207\272\350\257\255\346\263\225.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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..3b3f421
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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,25 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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..b0bc815
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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,30 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/08-\350\276\223\345\205\245\347\224\250\346\210\267\345\220\215\346\241\210\344\276\213.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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..7a383a4
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/09-\344\272\244\346\215\2422\344\270\252\345\217\230\351\207\217.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/09-\344\272\244\346\215\2422\344\270\252\345\217\230\351\207\217.html"
new file mode 100644
index 0000000..2664fd0
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/09-\344\272\244\346\215\2422\344\270\252\345\217\230\351\207\217.html"
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/10-\345\217\230\351\207\217\347\232\204\345\221\275\345\220\215\350\247\204\350\214\203.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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..11bb660
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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..f96de78
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/12-let\345\222\214var\347\232\204\345\214\272\345\210\253.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/12-let\345\222\214var\347\232\204\345\214\272\345\210\253.html"
new file mode 100644
index 0000000..9555257
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/12-let\345\222\214var\347\232\204\345\214\272\345\210\253.html"
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/13-\344\275\223\351\252\214\346\225\260\347\273\204.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/13-\344\275\223\351\252\214\346\225\260\347\273\204.html"
new file mode 100644
index 0000000..d87f7a4
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/14-\345\270\270\351\207\217.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/14-\345\270\270\351\207\217.html"
new file mode 100644
index 0000000..e21a908
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/14-\345\270\270\351\207\217.html"
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/15-\346\225\260\345\200\274\347\261\273\345\236\213.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/15-\346\225\260\345\200\274\347\261\273\345\236\213.html"
new file mode 100644
index 0000000..5b016c5
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/16-\350\256\241\347\256\227\345\234\206\347\232\204\351\235\242\347\247\257.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/17-\345\255\227\347\254\246\344\270\262\347\261\273\345\236\213.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/18-\346\250\241\346\235\277\345\255\227\347\254\246\344\270\262.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/19-\345\205\266\344\273\226\344\270\211\347\247\215\347\261\273\345\236\213.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/20-\346\243\200\346\265\213\346\225\260\346\215\256\347\261\273\345\236\213.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/21-\351\232\220\345\274\217\350\275\254\346\215\242.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/21-\351\232\220\345\274\217\350\275\254\346\215\242.html"
new file mode 100644
index 0000000..4ce6c87
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/22-\346\230\276\347\244\272\350\275\254\346\215\242.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/22-\346\230\276\347\244\272\350\275\254\346\215\242.html"
new file mode 100644
index 0000000..698a70c
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/23-\346\261\202\345\222\214\346\241\210\344\276\213.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/23-\346\261\202\345\222\214\346\241\210\344\276\213.html"
new file mode 100644
index 0000000..5d56216
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/23-\346\261\202\345\222\214\346\241\210\344\276\213.html"
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/24-\347\273\274\345\220\210\346\241\210\344\276\213.html" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/24-\347\273\274\345\220\210\346\241\210\344\276\213.html"
new file mode 100644
index 0000000..39d7dfe
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/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/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/js/my.js" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/js/my.js"
new file mode 100644
index 0000000..7fd48cb
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/js/my.js"
@@ -0,0 +1 @@
+alert ('整个冬天 北风的痛没人能说')
\ No newline at end of file
diff --git "a/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/js/test.js" "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/js/test.js"
new file mode 100644
index 0000000..092fe83
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20241024 \345\210\235\350\257\206js/js/test.js"
@@ -0,0 +1 @@
+alert('翻开回忆角落 完美的生活')
\ No newline at end of file
--
Gitee
From 46fa73a74ae9998543d7adb78a65047feb8bcf8d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=A8=8B=E6=96=8C?= <2463860418@qq.com>
Date: Fri, 25 Oct 2024 15:24:28 +0800
Subject: [PATCH 3/5] =?UTF-8?q?=E5=98=BB=E5=98=BB=E5=96=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../1.html" | 22 ++++++++
.../2.html" | 19 +++++++
.../3.html" | 54 +++++++++++++++++++
3 files changed, 95 insertions(+)
create mode 100644 "23 \347\250\213\346\226\214/20041025 \346\257\217\346\227\245\344\275\234\344\270\2321day/1.html"
create mode 100644 "23 \347\250\213\346\226\214/20041025 \346\257\217\346\227\245\344\275\234\344\270\2321day/2.html"
create mode 100644 "23 \347\250\213\346\226\214/20041025 \346\257\217\346\227\245\344\275\234\344\270\2321day/3.html"
diff --git "a/23 \347\250\213\346\226\214/20041025 \346\257\217\346\227\245\344\275\234\344\270\2321day/1.html" "b/23 \347\250\213\346\226\214/20041025 \346\257\217\346\227\245\344\275\234\344\270\2321day/1.html"
new file mode 100644
index 0000000..81e2065
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20041025 \346\257\217\346\227\245\344\275\234\344\270\2321day/1.html"
@@ -0,0 +1,22 @@
+
+
+
+
+
+ Document
+
+
+
+
+
\ No newline at end of file
diff --git "a/23 \347\250\213\346\226\214/20041025 \346\257\217\346\227\245\344\275\234\344\270\2321day/2.html" "b/23 \347\250\213\346\226\214/20041025 \346\257\217\346\227\245\344\275\234\344\270\2321day/2.html"
new file mode 100644
index 0000000..31f47cb
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20041025 \346\257\217\346\227\245\344\275\234\344\270\2321day/2.html"
@@ -0,0 +1,19 @@
+
+
+
+
+
+ Document
+
+
+
+
+
diff --git "a/23 \347\250\213\346\226\214/20041025 \346\257\217\346\227\245\344\275\234\344\270\2321day/3.html" "b/23 \347\250\213\346\226\214/20041025 \346\257\217\346\227\245\344\275\234\344\270\2321day/3.html"
new file mode 100644
index 0000000..d1ef5a9
--- /dev/null
+++ "b/23 \347\250\213\346\226\214/20041025 \346\257\217\346\227\245\344\275\234\344\270\2321day/3.html"
@@ -0,0 +1,54 @@
+
+
+
+
+
+ Document
+
+
+
+
+ 2080年12月消费账单
+
+
+
+
\ No newline at end of file
--
Gitee
From 139c52f25723a5bb0633ec61fffd98466a0cb371 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=A8=8B=E6=96=8C?= <2463860418@qq.com>
Date: Fri, 25 Oct 2024 07:28:27 +0000
Subject: [PATCH 4/5] update README.md.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: 程斌 <2463860418@qq.com>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 55ff3f2..a3a7799 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN
#### 安装教程
-1. 哈哈
+1. xxxx
2. xxxx
3. xxxx
--
Gitee
From 716b00ecf4f0c370c558577bac635f0e224b379a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=A8=8B=E6=96=8C?= <2463860418@qq.com>
Date: Fri, 25 Oct 2024 07:35:46 +0000
Subject: [PATCH 5/5] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20READ?=
=?UTF-8?q?ME.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 39 ---------------------------------------
1 file changed, 39 deletions(-)
delete mode 100644 README.md
diff --git a/README.md b/README.md
deleted file mode 100644
index a3a7799..0000000
--- a/README.md
+++ /dev/null
@@ -1,39 +0,0 @@
-# JavaScript基础应用
-
-#### 介绍
-{**以下是 Gitee 平台说明,您可以替换此简介**
-Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台
-无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)}
-
-#### 软件架构
-软件架构说明
-
-
-#### 安装教程
-
-1. xxxx
-2. xxxx
-3. xxxx
-
-#### 使用说明
-
-1. xxxx
-2. xxxx
-3. xxxx
-
-#### 参与贡献
-
-1. Fork 本仓库
-2. 新建 Feat_xxx 分支
-3. 提交代码
-4. 新建 Pull Request
-
-
-#### 特技
-
-1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
-2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
-3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
-4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
-5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
-6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
--
Gitee