样式中困扰我们的offsetWidth、clientWidth、width、scrollWidth、clientX、screenX、offsetX、pageX

offsetWidth, offsetHeight //返回元素的宽度, 高度(包括元素宽度、内边距和边框,不包括外边距) clientWidth, clientHeight //返回元素的宽度, 高度(包括元素宽度、内边距,不包括边框和外边距) style.width, style.height //返回元素的宽度, 高度(包括元素宽度,不包括内边距、边框和外边距) scrollWidth, s
相关文章
相关标签/搜索