react 中使用定时器 Timers(定时器)
setTimeout,clearTmeoutsetInterval,clearInterval在 class中class TimersDemo extends Component { constructor(props) { super(props); this.state={ content:'', ...