window.location.href = location.href;

方法一: $(window).scrollTop(0);

 方法二:$('html ,body').animate({ scrollTop: -10 }, 300);