From 377567f873d25decf932586e91eb44172040d676 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BA=84=E4=BA=91?= <1487274726@qq.com>
Date: Mon, 17 Oct 2022 11:38:35 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E4=BD=9C?=
=?UTF-8?q?=E4=B8=9A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
...2022-10-13js\345\237\272\347\241\200.html" | 88 +++++++++++++++++++
1 file changed, 88 insertions(+)
create mode 100644 "\344\275\234\344\270\232/2022-10-13js\345\237\272\347\241\200.html"
diff --git "a/\344\275\234\344\270\232/2022-10-13js\345\237\272\347\241\200.html" "b/\344\275\234\344\270\232/2022-10-13js\345\237\272\347\241\200.html"
new file mode 100644
index 0000000..e61008d
--- /dev/null
+++ "b/\344\275\234\344\270\232/2022-10-13js\345\237\272\347\241\200.html"
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
\ No newline at end of file
--
Gitee
From 66cd56ff90de8f9a43deb4dc68fbbd590836a750 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BA=84=E4=BA=91?= <1487274726@qq.com>
Date: Mon, 17 Oct 2022 11:42:41 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E6=AC=A1=E4=BD=9C?=
=?UTF-8?q?=E4=B8=9A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
...\346\215\256\347\261\273\345\236\213.html" | 41 +++++++++++++++++++
"\347\254\224\350\256\260/JavaScript.md" | 29 +++++++++++++
2 files changed, 70 insertions(+)
create mode 100644 "\344\275\234\344\270\232/2022-10-14\346\225\260\346\215\256\347\261\273\345\236\213.html"
create mode 100644 "\347\254\224\350\256\260/JavaScript.md"
diff --git "a/\344\275\234\344\270\232/2022-10-14\346\225\260\346\215\256\347\261\273\345\236\213.html" "b/\344\275\234\344\270\232/2022-10-14\346\225\260\346\215\256\347\261\273\345\236\213.html"
new file mode 100644
index 0000000..b8dba9e
--- /dev/null
+++ "b/\344\275\234\344\270\232/2022-10-14\346\225\260\346\215\256\347\261\273\345\236\213.html"
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
\ No newline at end of file
diff --git "a/\347\254\224\350\256\260/JavaScript.md" "b/\347\254\224\350\256\260/JavaScript.md"
new file mode 100644
index 0000000..138fb0d
--- /dev/null
+++ "b/\347\254\224\350\256\260/JavaScript.md"
@@ -0,0 +1,29 @@
+# JavaScript
+
+### 创建JavaScript
+
+```html
+
+
+
+
+```
+
+### JavaScript直接写入html输出流
+
+```html
+
+```
+
+### 弹出警告框显示数据
+
+```html
+
+```
+
+数据
\ No newline at end of file
--
Gitee