瀏覽器默認(rèn)會(huì)將之前瀏覽的頁(yè)面的位置存下颊艳,下次刷新后會(huì)自動(dòng)定位到之前瀏覽的位置棉圈,如果想不自動(dòng)定位到之前瀏覽的位置,可以用history.scrollRestoration
history.scrollRestoration
可以將瀏覽器之前瀏覽的位置清空茎芭,再次刷新后會(huì)到頁(yè)面的對(duì)頂端
if (history.scrollRestoration) {
history.scrollRestoration = 'manual';
}else {
console.log("不支持")
}
history.scrollRestoration
的值:
-
auto
默認(rèn)值漱凝,表示滾動(dòng)位置會(huì)被存儲(chǔ) -
manual
表示滾動(dòng)的位置不會(huì)被存儲(chǔ)