为什么在js中调用object.style.top来运算不行呢,打印出来显示的是undefand。object.offsetTop又是什么作用呢?
object.style.top, 只有object定义position( absolute, relative, fixed)才有用, offsetTop 一般指对象与父元素坐标(offsetParent属性指定的父坐标)顶端的距离。