方法一:
在页面的顶部放一个div标签
<div id="top"></div>
然后click事件写代码 window.location.hash = "#top";
方法二:
click事件直接写 scrollTo(0,0);