From 351487725f1354b8d56b9dcdcaf7c192678d6b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E6=B2=BB=E5=85=88?= <1930069369@qq.com> Date: Tue, 22 Nov 2022 09:48:49 +0000 Subject: [PATCH 1/6] =?UTF-8?q?=E7=AC=AC=E5=8D=81=E5=85=AB=E6=AC=A1?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 廖治先 <1930069369@qq.com> --- .../2022-11-21\344\275\234\344\270\232.html" | 132 ++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 "07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" diff --git "a/07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" "b/07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" new file mode 100644 index 0000000..a08db0b --- /dev/null +++ "b/07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" @@ -0,0 +1,132 @@ + + + + + + + Document + + + + +

工作经历

+
+
+
+ 公司名称: + 职位: + 删除工作经历 +
+ 工作职责及工作内容描述: + +
+
+
+
+ 添加工作经历 +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ 全选 + 反选 + 姓名性别专业爱好
刘备软件开发抽烟
关羽国际贸易喝酒
张飞园林设计烫头发
赵云平面设计抽烟
黄忠影视制作玩游戏
小乔高级护理唱歌
+ + + \ No newline at end of file -- Gitee From 6ed022d912357305c46dfc9d8a208bd80ebdd9ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E6=B2=BB=E5=85=88?= <1930069369@qq.com> Date: Tue, 22 Nov 2022 09:49:20 +0000 Subject: [PATCH 2/6] =?UTF-8?q?=E7=AC=AC=E5=8D=81=E5=85=AB=E6=AC=A1?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 廖治先 <1930069369@qq.com> --- ...\255\220\350\212\202\347\202\271 input.md" | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 "07 \345\273\226\346\262\273\345\205\210/\347\254\224\350\256\260/2022-11-21\347\254\224\350\256\260 \347\210\266\345\255\220\350\212\202\347\202\271 input.md" diff --git "a/07 \345\273\226\346\262\273\345\205\210/\347\254\224\350\256\260/2022-11-21\347\254\224\350\256\260 \347\210\266\345\255\220\350\212\202\347\202\271 input.md" "b/07 \345\273\226\346\262\273\345\205\210/\347\254\224\350\256\260/2022-11-21\347\254\224\350\256\260 \347\210\266\345\255\220\350\212\202\347\202\271 input.md" new file mode 100644 index 0000000..ba4e989 --- /dev/null +++ "b/07 \345\273\226\346\262\273\345\205\210/\347\254\224\350\256\260/2022-11-21\347\254\224\350\256\260 \347\210\266\345\255\220\350\212\202\347\202\271 input.md" @@ -0,0 +1,36 @@ +//选中复选框中的内容 + +``` +function abc() { + var getvalue = document.getElementsByName(' aa ') + var str ='' + for (let i = 0; i < getvalue.length; i++) { + if (getvalue[i].checked) { + str+=getvalue[i].value+' ' + } + } + console.log(str); + } +``` + +//显示当前选项的文本和值 + +``` +function getOptionVal(){ + var getvalue = document.getElementsByName('a')[1] + var value = getvalue.value + var index = getvalue.selectedIndex + var txt = getvalue.options[index].text + console.log(value+' '+txt); + } +``` + +//父子节点 + +``` +父// +元素名.parentElement +子// +元素名.children +``` + -- Gitee From 70154a0425204bfa54827fba56ca770e1de7852a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E6=B2=BB=E5=85=88?= <1930069369@qq.com> Date: Tue, 22 Nov 2022 15:44:33 +0000 Subject: [PATCH 3/6] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=2007?= =?UTF-8?q?=20=E5=BB=96=E6=B2=BB=E5=85=88/=E4=BD=9C=E4=B8=9A/2022-11-21?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2022-11-21\344\275\234\344\270\232.html" | 132 ------------------ 1 file changed, 132 deletions(-) delete mode 100644 "07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" diff --git "a/07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" "b/07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" deleted file mode 100644 index a08db0b..0000000 --- "a/07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - Document - - - - -

工作经历

-
-
-
- 公司名称: - 职位: - 删除工作经历 -
- 工作职责及工作内容描述: - -
-
-
-
- 添加工作经历 -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- 全选 - 反选 - 姓名性别专业爱好
刘备软件开发抽烟
关羽国际贸易喝酒
张飞园林设计烫头发
赵云平面设计抽烟
黄忠影视制作玩游戏
小乔高级护理唱歌
- - - \ No newline at end of file -- Gitee From ffe42d0471390572c3ea62b5defaf2e1d2d6e6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E6=B2=BB=E5=85=88?= <1930069369@qq.com> Date: Tue, 22 Nov 2022 15:44:49 +0000 Subject: [PATCH 4/6] =?UTF-8?q?=E7=AC=AC=E5=8D=81=E5=85=AB=E6=AC=A1?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 廖治先 <1930069369@qq.com> --- .../2022-11-21\344\275\234\344\270\232.html" | 145 ++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 "07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" diff --git "a/07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" "b/07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" new file mode 100644 index 0000000..65fc6d6 --- /dev/null +++ "b/07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" @@ -0,0 +1,145 @@ + + + + + + + Document + + + + +

工作经历

+
+
+
+ 公司名称: + 职位: + 删除工作经历 +
+ 工作职责及工作内容描述: + +
+
+
+
+ 添加工作经历 +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ 全选 + 反选 + 姓名性别专业爱好
刘备软件开发抽烟
关羽国际贸易喝酒
张飞园林设计烫头发
赵云平面设计抽烟
黄忠影视制作玩游戏
小乔高级护理唱歌
+ + + \ No newline at end of file -- Gitee From e5b7a4c60a6d31540a52e82a9b18fbaf9cc27fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E6=B2=BB=E5=85=88?= <1930069369@qq.com> Date: Tue, 22 Nov 2022 15:50:45 +0000 Subject: [PATCH 5/6] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=2007?= =?UTF-8?q?=20=E5=BB=96=E6=B2=BB=E5=85=88/=E4=BD=9C=E4=B8=9A/2022-11-21?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2022-11-21\344\275\234\344\270\232.html" | 145 ------------------ 1 file changed, 145 deletions(-) delete mode 100644 "07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" diff --git "a/07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" "b/07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" deleted file mode 100644 index 65fc6d6..0000000 --- "a/07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - Document - - - - -

工作经历

-
-
-
- 公司名称: - 职位: - 删除工作经历 -
- 工作职责及工作内容描述: - -
-
-
-
- 添加工作经历 -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- 全选 - 反选 - 姓名性别专业爱好
刘备软件开发抽烟
关羽国际贸易喝酒
张飞园林设计烫头发
赵云平面设计抽烟
黄忠影视制作玩游戏
小乔高级护理唱歌
- - - \ No newline at end of file -- Gitee From 8c7aa9b39745764700069771e9cc6f0d095f1c45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E6=B2=BB=E5=85=88?= <1930069369@qq.com> Date: Tue, 22 Nov 2022 15:50:59 +0000 Subject: [PATCH 6/6] =?UTF-8?q?=E7=AC=AC=E5=8D=81=E5=85=AB=E6=AC=A1?= =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 廖治先 <1930069369@qq.com> --- .../2022-11-21\344\275\234\344\270\232.html" | 145 ++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 "07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" diff --git "a/07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" "b/07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" new file mode 100644 index 0000000..93a4875 --- /dev/null +++ "b/07 \345\273\226\346\262\273\345\205\210/\344\275\234\344\270\232/2022-11-21\344\275\234\344\270\232.html" @@ -0,0 +1,145 @@ + + + + + + + Document + + + + +

工作经历

+
+
+
+ 公司名称: + 职位: + 删除工作经历 +
+ 工作职责及工作内容描述: + +
+
+
+
+ 添加工作经历 +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ 全选 + 反选 + 姓名性别专业爱好
刘备软件开发抽烟
关羽国际贸易喝酒
张飞园林设计烫头发
赵云平面设计抽烟
黄忠影视制作玩游戏
小乔高级护理唱歌
+ + + \ No newline at end of file -- Gitee