... { useRef } from 'react'; import useScrollSpy from 'react-use-scrollspy'; const App = () => { const sectionRefs = [ useRef(null), ...
確定! 回上一頁