例如,如果计数器达到0,然后又迅速将其自身重置为原始值。如何保持其播放一段时间
const Timer = props => {
return (
<Row className="timerRow">
<Col className="timerCol">
<div className="timer-container">
<h1 class="time">{props.timeLeft}</h1>
</div>
</Col>
</Row>
);
};
我确实尝试过使用ref标签,但是当计时器达到0时,它无法正常播放音频