如果想要在组件第一次加载后获取该组件的dom元素,应当在以下哪个生命周期中进行
componentDidUpdate()
componentDidMount()
componentWillUnmount()
shouldComponentUpdate()