$("#top_op").click(function(){ var t = $(window).scrollTop(); $('body,html').animate({'scrollTop':t+200},100,stop); //stop可以设置 })