import { useRef } from 'react';. function Stopwatch() {. const intervalRef = useRef(0);. // ... useRef returns a ref object with a single current property ...
確定! 回上一頁