... useState } = React; class CountDown extends Component { timer = null; ... setState({ status: "running" }); const { diff, format } = this.props; ...
確定! 回上一頁