const refCount = useRef(0); return <button onClick={handleClick}>{`button render count ${refCount.current++}`}</button>;
確定! 回上一頁