scrollTop = window.pageYOffset || document.documentElement.scrollTop;. will always be a 0 . To get the scrolling, you need to detect it on page-content ...
確定! 回上一頁