+
95
-

回答

// 平滑滚动到顶部
window.scroll({ top: 0, left: 0, behavior: 'smooth' });

或者css的属性中增加

div{
   behavior: 'smooth';
}

网友回复

我知道答案,我要回答