首页 前端知识 javascript常见100问|前端基础知识|offsetHeight-scrollHeight-clientHeight-区别,HTMLCollection-NodeList-区别,vue-com

javascript常见100问|前端基础知识|offsetHeight-scrollHeight-clientHeight-区别,HTMLCollection-NodeList-区别,vue-com

2024-08-05 23:08:58 前端知识 前端哥 593 196 我要收藏

07-offsetHeight-scrollHeight-clientHeight-区别

题目

offsetHeight scrollHeight clientHeight 区别

盒子模型

● width height
● padding
● border
● margin
● box-sizing

offsetHeight offsetWidth

包括:border padding content

clientHeight clientWidth

包括:padding content

scrollHeight scrollWidth

包括:padding 实际内容的尺寸

scrollTop scrollLeft

DOM 内部元素滚动的距离

答案

offsetHeight,offsetWidth:border padding content
scrollHieght,scrollWidth:padding 实际内容尺寸
clientHeight,ClientWidth:padding content

● offsetHeight - border padding content<

转载请注明出处或者链接地址:https://www.qianduange.cn//article/14899.html
标签
评论
发布的文章

前端-axios应用在html文件

2024-08-15 23:08:39

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!