摘要: $("#top_op").click(function(){ var t = $(window).scrollTop(); $('body,html').animate({'scrollTop':t+200},100,stop); //stop可以设置 }) 阅读全文
posted @ 2017-09-15 15:49 安心牧羊人 阅读(270) 评论(0) 推荐(0) 编辑