this.props

React中的每一个组件,都包含有一个属性(props),属性主要是从父组件传递给子组件的,在组件内部,我们可以通过this.props获取属性对象

原文地址:https://www.cnblogs.com/shiyunfront/p/7337764.html