标签:
$(‘#up‘).click(function(){$(‘html,body‘).animate({scrollTop: ‘0px‘}, 800);});
回到顶部
原文地址:http://www.cnblogs.com/fenle/p/5135151.html