js 盒子模型(没写完)
时间:2018-11-13 00:57:17
收藏:0
阅读:136
client 系列
clientWidth / clientHeight / clientLeft / clientTop
输出结果为 不带单位的数字
支持padding,不支持border
clientWidth / clientHeight | clientLeft / clientTop |
元素可视区的宽 / 高 | 左边框 / 上边框 |
offset 系列
offsetTop / offsetLeft / offsetWidth / offsetHeight / offsetParent
scroll
原文:https://www.cnblogs.com/MrZhujl/p/9949772.html
评论(0)