有没有办法禁用某些现代浏览器(Chrome和Safari)在页面刷新时记住您的滚动位置的行为? 最佳答案 对于支持history.scrollRestoration的浏览器,可以关闭自动滚动行为:if('scrollRestoration'inhistory){history.scrollRestoration='manual';}来源:https://developers.google.com/web/updates/2015/09/history-api-scroll-restoration