offsetTop,offsetLeft:获取离最近父容器的位置,如果没有父容器,那么获取离body最近的位置
offsetWidth,offsetHeight:获取元素的大小,包括padding,border,内容。
clientTop,clientLeft: 获取边框的高度和宽度
clientWidth,clientHeight:获取元素的大小,只包括padding和内容
scrollTop,scrollLeft:内容滚出去的距离
screllWidth,screllHeight:不包括滚动条元素的“大小”(隐藏也算)