三种方法实现页面滚动条直接滚动到顶部

1.document.body.scrollTop=document.documentElement.scrollTop=0 //页面滚动到顶部


2.document.body.scrollIntoView()


3.document.getElementById('site-nav').scrollIntoView()

链接:https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章