Element对象
程序员文章站
2022-06-22 16:33:05
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
上一篇: jQuery CDN
下一篇: 第十天-初识函数