$(function() {
$("#back_top").click(function(){
$('body,html').animate({scrollTop:0},'slow');
return false;
});
)};
$(function() {
$("#back_top").click(function(){
$('body,html').animate({scrollTop:0},'slow');
return false;
});
)};
转载于:https://my.oschina.net/jallenkwong/blog/775500