if (history.scrollRestoration) { history.scrollRestoration = 'manual'; }
button.onclick = function () { if (history.scrollRestoration) { history.scrollRestoration = 'manual'; } }
来源:
https://www.zhangxinxu.com/wordpress/2022/05/history-scrollrestoration/
标签:滚动,manual,scrollRestoration,刷新,页面,history From: https://www.cnblogs.com/xqschool/p/17106144.html