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 0000000000000000000000000000000000000000..5d4474a7b84be5557b7d6023c8de33e447d88829
--- /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 0000000000000000000000000000000000000000..d34251244179b748ddc0c77ee3ff0127639b3077
--- /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 0000000000000000000000000000000000000000..7302032ce7a59607f55f701beaf83e7d0073bd63
--- /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
+```
+