const Timer = ({ seconds }) => { // initialize timeLeft with the seconds prop const [timeLeft, setTimeLeft] = useState(seconds); ...
確定! 回上一頁