`offsetParent`属性用于获取一个元素的最近的定位(position属性不为static)祖先元素。它返回一个指向该祖先元素的引用。使用`offsetParent`属性的方法如下:1. 首先...