Js:
//回到顶部
$(".totop").click(function () {
$("body,html").animate({scrollTop: 0}, 800);
return false;
});
2023-08-13 09:58:04
Js:
//回到顶部
$(".totop").click(function () {
$("body,html").animate({scrollTop: 0}, 800);
return false;
});