const [scroll, setScroll] = React.useState({. x: window.pageXOffset,. y: window.pageYOffset. });. const handle = throttle(() => {. setScroll({. x: window.
確定! 回上一頁