From 337d86f5919cc8f8198600013b06fabe12e641f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=9F=BA=E8=80=80?= <1299433694@qq.com> Date: Tue, 22 Nov 2022 15:14:52 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=BB=BA=2011.21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "41\350\203\241\345\237\272\350\200\200/11.21/.keep" | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 "41\350\203\241\345\237\272\350\200\200/11.21/.keep" diff --git "a/41\350\203\241\345\237\272\350\200\200/11.21/.keep" "b/41\350\203\241\345\237\272\350\200\200/11.21/.keep" new file mode 100644 index 0000000..e69de29 -- Gitee From 55b6c665c1f8dd7e667e632714db24ea7be69904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=9F=BA=E8=80=80?= <1299433694@qq.com> Date: Tue, 22 Nov 2022 15:15:14 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E8=83=A1=E5=9F=BA=E8=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 胡基耀 <1299433694@qq.com> --- .../11.21/11.21/zuoy .html" | 87 +++++++++++++++++++ .../11.21/11.21/\347\254\224\350\256\260.md" | 8 ++ 2 files changed, 95 insertions(+) create mode 100644 "41\350\203\241\345\237\272\350\200\200/11.21/11.21/zuoy .html" create mode 100644 "41\350\203\241\345\237\272\350\200\200/11.21/11.21/\347\254\224\350\256\260.md" diff --git "a/41\350\203\241\345\237\272\350\200\200/11.21/11.21/zuoy .html" "b/41\350\203\241\345\237\272\350\200\200/11.21/11.21/zuoy .html" new file mode 100644 index 0000000..91d517d --- /dev/null +++ "b/41\350\203\241\345\237\272\350\200\200/11.21/11.21/zuoy .html" @@ -0,0 +1,87 @@ + + + + + getElementsByTagName获取checkbox进行全选 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ 全选 + 反选 + 姓名性别专业 + 爱好
刘备软件开发抽烟
关羽国际贸易喝酒
张飞园林设计烫头发
赵云平面设计抽烟
黄忠影视制作玩游戏
小乔高级护理唱歌
+ + + \ No newline at end of file diff --git "a/41\350\203\241\345\237\272\350\200\200/11.21/11.21/\347\254\224\350\256\260.md" "b/41\350\203\241\345\237\272\350\200\200/11.21/11.21/\347\254\224\350\256\260.md" new file mode 100644 index 0000000..74908ff --- /dev/null +++ "b/41\350\203\241\345\237\272\350\200\200/11.21/11.21/\347\254\224\350\256\260.md" @@ -0,0 +1,8 @@ +获取和设置属性的值 +父子节点练习 +var div = document.getElementById('mySelf'); + +设置颜色 +function setColor( ){ + pdiv.style.borderColor = ''; +} \ No newline at end of file -- Gitee