距屏顶怎么表示呀?
// 页面滚动的距离(页面距离屏幕顶端的距离) var scrollTop = document.documentElement.scrollTop || document.body.scrollTop;
top=100
其中属性值top=100px