首页 > 代码库 > 页面返回顶部

页面返回顶部

html标签: 锚链接

<style>
    #goTop{ display:block; position: fixed; bottom: 10px; right: 10px; width: 80px; height: 80px; border-radius: 40px; background-color: gray; cursor: pointer;}
</style>

    <a id="goTop"  href="#topHref"></a>
    <a id="topHref"></a>

js代码:

  scroll(0,0);