$(function() { var $win = $(window); var $backToTop = $('.js-back-to-top'); // 当用户滚动到离顶部100像素时,展示回到顶部按钮 $win.scroll(function() { if ...
確定! 回上一頁