Example 1: scroll to top in react componentDidMount() { window.scrollTo(0, 0) } Example 2: how to make page scroll to the top jsx componentDidMount() ...
確定! 回上一頁