JavaScript—offset、client、scroll 女爷i 2023-10-11 13:15 10阅读 0赞 offsetTop,offsetLeft:获取离最近父容器的位置,如果没有父容器,那么获取离body最近的位置 offsetWidth,offsetHeight:获取元素的大小,包括padding,border,内容。 clientTop,clientLeft: 获取边框的高度和宽度 clientWidth,clientHeight:获取元素的大小,只包括padding和内容 scrollTop,scrollLeft:内容滚出去的距离 screllWidth,screllHeight:不包括滚动条元素的“大小”(隐藏也算) 转载于:https://www.cnblogs.com/ruogu/p/10788440.html
还没有评论,来说两句吧...