你是想取整个页面的滚动量吗?需要一种兼容写法,以应对各种浏览器:function GetScrollTop() {return (document.documentElement.scrollTop || 0) + (document.body.scrollTop || 0);