@@ -0,0 +1,6 @@
+$(function () {
+ $(".clickmao").click(function () {
+ let mao = $("#comment").offset().top;
+ $(window).scrollTop(mao);
+ })
+})