所以,我已經建立了滾動監聽器: window.onscroll = function(){ alert(window.pageYOffset); // have also tested with window.scrollY } 而且,正如所料, ...
確定! 回上一頁