var scrollTop = document.documentElement.scrollTop || window.pageYOffset || document.body.scrollTop;. 通过这句赋值就能在任何情况下获得scrollTop ...
確定! 回上一頁