$('#gyhd').click(function(){ $("html,body").animate({scrollTop: $("#anim").offset().top}, 600); })html
其中#gyhd是点击一个标题的idhtm
#anim是定位到某个位置div的idio