document.documentElement.clientHeight 和 document.body.clientHeight

1. document.body 和 document.documentElement

document.body 指 html 中的 body 节点

document.documentElement 指 html 节点,即根节点

 

2. document.body.clientHeight 和 document.documentElement.clientHeight 

document.body.clientHeight 指 body 对象高度

document.documentElement.clientHeight  指可见区域高度

 

document.documentElement.scrollTop  网页被卷去的高

posted @ 2021-12-05 20:17  绿末  阅读(126)  评论(0)    收藏  举报