在react中使用定時器

定時器的應用場景: 支付訂單的倒計時 前端的時鐘 輪訓接口 這裏涉及到了lifecycle的使用 componentDidMount() { this.timerID = setInterval( () => this.tick(), 1000 ); } componentWillUnmoun
相關文章
相關標籤/搜索