Element对象
程序员文章站
2022-03-12 08:09:19
HTMLElement也是一个element对象 offsetHeight:height+scroll溢出height+padding clientHeight:height+padding+border 参考链接:https://developer.mozilla.org/zh-CN/docs/W ......
htmlelement也是一个element对象
offsetheight:height+scroll溢出height+padding
clientheight:height+padding+border
参考链接:https://developer.mozilla.org/zh-cn/docs/web/api/element