标签:tle client 节点 java 父节点 距离 属性 宽度 inner
* offsetWidth 水平方向 width + 左右padding + 左右border-width
* offsetHeight 垂直方向 height + 上下padding + 上下border-width
*
* clientWidth 水平方向 width + 左右padding
* clientHeight 垂直方向 height + 上下padding
*
* offsetTop 获取当前元素到 定位父节点 的top方向的距离
* offsetLeft 获取当前元素到 定位父节点 的left方向的距离
*
* scrollWidth 元素内容真实的宽度,内容不超出盒子高度时为盒子的clientWidth
* scrollHeight 元素内容真实的高度,内容不超出盒子高度时为盒子的clientHeight
javascript中的offsetWidth、clientWidth、innerWidth及相关属性方法
标签:tle client 节点 java 父节点 距离 属性 宽度 inner
原文地址:https://www.cnblogs.com/andyZhang0511/p/11102373.html