const Item = ({ text }) => { const ref = useRef() const [height, setHeight] = useState() useLayoutEffect(() => { setHeight(ref.current.
確定! 回上一頁