DOM常用的属性 offsetHeight height+padding+border,当前对象的高度clientHeight 获取对象可视高度,不包括滚动条,不包括边框scrollHeight 获取对象的滚动高度/内容总高度offsetWidthclientWidthscrollWidthoffsetTop 当前对象相对于定位父级的top值clientTop 获取对象上边框的bor JavaScript干货 2023-09-02 40 点赞 0 评论 60 浏览