To smoothly scroll the window to the top, we use: window.scrollTo({ top: 0, behavior: 'smooth' // for smoothly scrolling }); ...
確定! 回上一頁