摘要: let backToTop = function() { let scrollToptimer = setInterval(function() { let top = document.body.scrollTop || document.documentElement.scrollTop; let speed = top / 4; if... 阅读全文
posted @ 2018-12-14 17:30 正举 阅读(193) 评论(0) 推荐(0)