在React 组件定义一个计时器,在组件卸载的时候就应该清除掉。 1 2 3 4, componentWillUnmount () { this.loadInterval && clearInterval(this.
確定! 回上一頁