// 页面滚动到顶部 // 方法一 document.body.scrollTop=document.documentElement.scrollTop=0 // 方法二 document.body.scrollIntoView() // scrollIntoView 是元素也有的方法, 可以用在页面元素上,例如 document.getElementById('id').scrollIntoView()
JavaScript滑动页面到顶部的方法。
// 页面滚动到顶部 // 方法一 document.body.scrollTop=document.documentElement.scrollTop=0 // 方法二 document.body.scrollIntoView() // scrollIntoView 是元素也有的方法, 可以用在页面元素上,例如 document.getElementById('id').scrollIntoView()
JavaScript滑动页面到顶部的方法。
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。