From 358ed739d6c619e4315f89b155fbc2f299f8c06f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=BD=97=E5=90=AF=E6=81=92?= <3013545725@qq.com>
Date: Tue, 22 Nov 2022 15:20:14 +0000
Subject: [PATCH 1/2] =?UTF-8?q?=E7=BD=97=E5=90=AF=E6=81=92?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: 罗启恒 <3013545725@qq.com>
---
...\351\200\211\344\275\234\344\270\232.html" | 98 +++++++++++++++++++
...\345\216\206\344\275\234\344\270\232.html" | 58 +++++++++++
2 files changed, 156 insertions(+)
create mode 100644 "44 \347\275\227\345\220\257\346\201\222/\344\275\234\344\270\232/2022-11-22 \345\205\250\351\200\211\345\217\215\351\200\211\344\275\234\344\270\232.html"
create mode 100644 "44 \347\275\227\345\220\257\346\201\222/\344\275\234\344\270\232/2022-11-22 \345\267\245\344\275\234\347\273\217\345\216\206\344\275\234\344\270\232.html"
diff --git "a/44 \347\275\227\345\220\257\346\201\222/\344\275\234\344\270\232/2022-11-22 \345\205\250\351\200\211\345\217\215\351\200\211\344\275\234\344\270\232.html" "b/44 \347\275\227\345\220\257\346\201\222/\344\275\234\344\270\232/2022-11-22 \345\205\250\351\200\211\345\217\215\351\200\211\344\275\234\344\270\232.html"
new file mode 100644
index 0000000..f91bd39
--- /dev/null
+++ "b/44 \347\275\227\345\220\257\346\201\222/\344\275\234\344\270\232/2022-11-22 \345\205\250\351\200\211\345\217\215\351\200\211\344\275\234\344\270\232.html"
@@ -0,0 +1,98 @@
+
+
+
+
+ getElementsByTagName获取checkbox进行全选
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/44 \347\275\227\345\220\257\346\201\222/\344\275\234\344\270\232/2022-11-22 \345\267\245\344\275\234\347\273\217\345\216\206\344\275\234\344\270\232.html" "b/44 \347\275\227\345\220\257\346\201\222/\344\275\234\344\270\232/2022-11-22 \345\267\245\344\275\234\347\273\217\345\216\206\344\275\234\344\270\232.html"
new file mode 100644
index 0000000..e460cbf
--- /dev/null
+++ "b/44 \347\275\227\345\220\257\346\201\222/\344\275\234\344\270\232/2022-11-22 \345\267\245\344\275\234\347\273\217\345\216\206\344\275\234\344\270\232.html"
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+ Document
+
+
+
+ 工作经历
+
+
+
+ 公司名称:
+ 职位:
+
删除工作经历
+
+ 工作职责及工作内容描述:
+
+
+
+
+
+
+
+
\ No newline at end of file
--
Gitee
From 065ab3027577f068614a08d9cea14d09bcb94b41 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=BD=97=E5=90=AF=E6=81=92?= <3013545725@qq.com>
Date: Tue, 22 Nov 2022 15:20:40 +0000
Subject: [PATCH 2/2] =?UTF-8?q?=E7=BD=97=E5=90=AF=E6=81=92?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: 罗启恒 <3013545725@qq.com>
---
.../2022-11-22 \347\254\224\350\256\260.md" | 50 +++++++++++++++++++
1 file changed, 50 insertions(+)
create mode 100644 "44 \347\275\227\345\220\257\346\201\222/\347\254\224\350\256\260/2022-11-22 \347\254\224\350\256\260.md"
diff --git "a/44 \347\275\227\345\220\257\346\201\222/\347\254\224\350\256\260/2022-11-22 \347\254\224\350\256\260.md" "b/44 \347\275\227\345\220\257\346\201\222/\347\254\224\350\256\260/2022-11-22 \347\254\224\350\256\260.md"
new file mode 100644
index 0000000..a21dd4a
--- /dev/null
+++ "b/44 \347\275\227\345\220\257\346\201\222/\347\254\224\350\256\260/2022-11-22 \347\254\224\350\256\260.md"
@@ -0,0 +1,50 @@
+#### innerHTML与innerText的区别
+
+- innerHTML获取的是文本内容和标签,但是innerText是只获取文本内容
+
+- innerHTML具备解析字符串的能力,但是innerText没有
+
+#### dom获取表单的值
+
+1. ##### **获取**text输入框的值
+
+```js
+
+
+
+
+```
+
+##### 2.单选&多选
+
+```js
+ 泡面
+
+
+```
+
+
+
+2022-11-22
+
+**今天阿根廷输球 下次再写笔记**
\ No newline at end of file
--
Gitee