Appearance
Element.getBoundingClientRect() 方法返回一个 DOMRect 对象,其提供了元素的大小及其相对于视口的位置
Element.getBoundingClientRect()
DOMRect
return:
return
x, y
left, top, right, bottom
width, height