I think the simplest solution is: window.scrollTo({top: 0, behavior: 'smooth'});. If you wanted instant scrolling then just use: window.
確定! 回上一頁