回到顶部 等不了天亮等时光 2018-05-16 190 阅读1分钟 $(function() { $(".top").click(function() { $('html,body').animate({ scrollTop: 0 }, 800); }) })