liujiusheng / blog

个人博客,blog
19 stars 0 forks source link

网页设计中返回顶部的方法 #6

Open liujiusheng opened 7 years ago

liujiusheng commented 7 years ago

<a href="javascript:scroll(0,0)">返回顶部</a> 通过使用window.onscroll = function(){}来监听滚动事件 document.documentElement.scrollTop||document.body.scrollTop获取滚动条位置