对getBoundingClientRect属性的研究

阅读 57

2022-07-13

1.getBoundingClientRect用于获取某个元素相对于视窗的位置集合。集合中有top, right, bottom, left等属性。

.top:元素上边到视窗上边的距离;

right:元素右边到视窗左边的距离;

bottom:元素下边到视窗上边的距离;

left:元素左边到视窗左边的距离;



精彩评论(0)

0 0 举报