componentdidmount专题

react生命周期之 componentDidMount

在render之后调用,仅在装载组件时调用,之后不再调用,即使state、props变化也不会调用,除非将组件卸载