animate平滑回到顶部时间:2023-03-08 23:17:27 Js: //回到顶部 $(".totop").click(function () { $("body,html").animate({scrollTop: 0}, 800); return false; });