From fc311394568b3b047789918752310fdc3c1a234b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=AD=A4=E4=B8=9C?= <3352403143@qq.com> Date: Fri, 18 Nov 2022 04:51:22 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=BB=BA=202022.11.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "33\347\275\227\346\255\244\344\270\234/2022.11.17/.keep" | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 "33\347\275\227\346\255\244\344\270\234/2022.11.17/.keep" diff --git "a/33\347\275\227\346\255\244\344\270\234/2022.11.17/.keep" "b/33\347\275\227\346\255\244\344\270\234/2022.11.17/.keep" new file mode 100644 index 0000000..e69de29 -- Gitee From 04b4d838dca3741295372453944c4dc34940bec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=AD=A4=E4=B8=9C?= <3352403143@qq.com> Date: Fri, 18 Nov 2022 04:53:32 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E7=BD=97=E6=AD=A4=E4=B8=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 罗此东 <3352403143@qq.com> --- ...\347\272\247\351\200\211\345\220\215.html" | 143 ++++++++++++++++++ ...\347\211\207\350\275\256\346\222\255.html" | 38 +++++ ...10\345\231\250\345\257\271\350\261\241.md" | 26 ++++ 3 files changed, 207 insertions(+) create mode 100644 "33\347\275\227\346\255\244\344\270\234/2022.11.17/2022_11_17 \347\217\255\347\272\247\351\200\211\345\220\215.html" create mode 100644 "33\347\275\227\346\255\244\344\270\234/2022.11.17/2022_11_17_BOM\345\233\276\347\211\207\350\275\256\346\222\255.html" create mode 100644 "33\347\275\227\346\255\244\344\270\234/2022.11.17/\346\265\217\350\247\210\345\231\250\345\257\271\350\261\241.md" diff --git "a/33\347\275\227\346\255\244\344\270\234/2022.11.17/2022_11_17 \347\217\255\347\272\247\351\200\211\345\220\215.html" "b/33\347\275\227\346\255\244\344\270\234/2022.11.17/2022_11_17 \347\217\255\347\272\247\351\200\211\345\220\215.html" new file mode 100644 index 0000000..6151de2 --- /dev/null +++ "b/33\347\275\227\346\255\244\344\270\234/2022.11.17/2022_11_17 \347\217\255\347\272\247\351\200\211\345\220\215.html" @@ -0,0 +1,143 @@ + + + + + + + + 浏览器对象模型(Browser Object Model) + + + + + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
李韦峰卢国建郑玮喆庄云廖治先郑文源戴俊锋陈昊童
谢金金占志新张淑芳刘永潘廖柏成郑宗帅吴欣燕陈梅香
陈立智袁贵森赵浩敏林世涛罗启恒黄柱菘陈鹏张耀仁
陈华伟张正豪韦仲晓黄富贵陆建锋曾德森吴文龙陆利群
黄雄王世财张先杰胡基耀马鑫涛李涛杨凌翔罗此东唐皓颖白婉婷
+ + + + + \ No newline at end of file diff --git "a/33\347\275\227\346\255\244\344\270\234/2022.11.17/2022_11_17_BOM\345\233\276\347\211\207\350\275\256\346\222\255.html" "b/33\347\275\227\346\255\244\344\270\234/2022.11.17/2022_11_17_BOM\345\233\276\347\211\207\350\275\256\346\222\255.html" new file mode 100644 index 0000000..633923f --- /dev/null +++ "b/33\347\275\227\346\255\244\344\270\234/2022.11.17/2022_11_17_BOM\345\233\276\347\211\207\350\275\256\346\222\255.html" @@ -0,0 +1,38 @@ + + + + + + + + Document + + + + +
+ +
+ + + + \ No newline at end of file diff --git "a/33\347\275\227\346\255\244\344\270\234/2022.11.17/\346\265\217\350\247\210\345\231\250\345\257\271\350\261\241.md" "b/33\347\275\227\346\255\244\344\270\234/2022.11.17/\346\265\217\350\247\210\345\231\250\345\257\271\350\261\241.md" new file mode 100644 index 0000000..58915e5 --- /dev/null +++ "b/33\347\275\227\346\255\244\344\270\234/2022.11.17/\346\265\217\350\247\210\345\231\250\345\257\271\350\261\241.md" @@ -0,0 +1,26 @@ +# 浏览器对象 + +浏览器对象模型(BOM)是以 window 对象为基础的,这个对象代表了浏览器窗口和页面可见的区域。 + +主要包括window、history、location和document等对象,其中window对象是整个BOM的顶层对象。 + +###### onclick(点击) + +在元素被点击时触发 + +``` + +``` + +###### 定时器:setTimeout():在设定的毫秒数后调用 + +``` +function out() { + + //抽奖开始,将span中的文本设置成:正在抽奖中... + document.getElementById('sp').innerText = '正在抽奖中...' + //设定定时器,3秒后出结果 + setInterval(fn, 3000); + } +``` + -- Gitee