h5特性,会记住页面滚动位置,如果想要忽略,可以设置成手动‘manual’
if ('scrollRestoration' in history) {
history.scrollRestoration = 'manual'
}
评论