三種方法實現頁面滾動條直接滾動到頂部

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

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