Try this: function scrollToTop(){ window.scrollTo({top: 0, behavior: 'smooth'}); } <div style="height: 150vh"> scroll down </div> <ul ...
確定! 回上一頁