jquery动态效果:animate() 代码如下: $("html,body").animate({ scrollTop: **}, 500); $("html,body").animate({ scrollTop: $().offset().top-$().height() }, 500);