From b9ee9c9c7dfba14167cdb9d853ae6a45b5181356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=B4=E4=BF=8A=E9=94=8B?= <95995809+zzzzzzz123000@users.noreply.github.com> Date: Tue, 22 Nov 2022 20:52:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2022.11.21(1).html" | 70 ++++++++++ .../2022.11.22(2).html" | 131 ++++++++++++++++++ .../\347\254\224\350\256\260/2022.11.21.md" | 10 ++ 3 files changed, 211 insertions(+) create mode 100644 "25\346\210\264\344\277\212\351\224\213/\344\275\234\344\270\232/2022.11.21(1).html" create mode 100644 "25\346\210\264\344\277\212\351\224\213/\344\275\234\344\270\232/2022.11.22(2).html" create mode 100644 "25\346\210\264\344\277\212\351\224\213/\347\254\224\350\256\260/2022.11.21.md" diff --git "a/25\346\210\264\344\277\212\351\224\213/\344\275\234\344\270\232/2022.11.21(1).html" "b/25\346\210\264\344\277\212\351\224\213/\344\275\234\344\270\232/2022.11.21(1).html" new file mode 100644 index 0000000..5d4474a --- /dev/null +++ "b/25\346\210\264\344\277\212\351\224\213/\344\275\234\344\270\232/2022.11.21(1).html" @@ -0,0 +1,70 @@ + + + + + + 动态添加和删除节点 + + + + + +

工作经历

+
+
+
+ 公司名称: + 职位: + 删除工作经历 +
+ 工作职责及工作内容描述: + +
+
+
+ +
+ 添加工作经历 +
+ + + + \ No newline at end of file diff --git "a/25\346\210\264\344\277\212\351\224\213/\344\275\234\344\270\232/2022.11.22(2).html" "b/25\346\210\264\344\277\212\351\224\213/\344\275\234\344\270\232/2022.11.22(2).html" new file mode 100644 index 0000000..d342512 --- /dev/null +++ "b/25\346\210\264\344\277\212\351\224\213/\344\275\234\344\270\232/2022.11.22(2).html" @@ -0,0 +1,131 @@ + + + + + + getElementsByTagName获取checkbox进行全选 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ 全选 + 反选 + 姓名性别专业爱好
刘备软件开发抽烟
关羽国际贸易喝酒
张飞园林设计烫头发
赵云平面设计抽烟
黄忠影视制作玩游戏
小乔高级护理唱歌
+ + + + \ No newline at end of file diff --git "a/25\346\210\264\344\277\212\351\224\213/\347\254\224\350\256\260/2022.11.21.md" "b/25\346\210\264\344\277\212\351\224\213/\347\254\224\350\256\260/2022.11.21.md" new file mode 100644 index 0000000..7302032 --- /dev/null +++ "b/25\346\210\264\344\277\212\351\224\213/\347\254\224\350\256\260/2022.11.21.md" @@ -0,0 +1,10 @@ +```ja + //getAttribute 获取属性的值 + + //setAttribute 获取属性的值 + + //获取表单的值.value + + //获取单选框的选中状态 .checked +``` + -- Gitee