js實現頁面上滑或者下滑,按鈕一直處於最底部

html: css: js: var hs = document.documentElement.scrollTop || document.body.scrollTop; console.log(hs * 2.5);      //控制檯查看監聽滾動  var downbutton = document.getElementById("down-button"); if (hs < 45 * 1
相關文章
相關標籤/搜索