var scrollY = document.body.scrollTop;. if (scrollY == 0) {. if (window.pageYOffset) {. scrollY = window.pageYOffset;. }.
確定! 回上一頁