React.Children

来源javascript React.Children 是顶层API之一,为处理 this.props.children 这个封闭的数据结构提供了有用的工具。html this.props 对象的属性与组件的属性一一对应,可是有一个例外,就是 this.props.children 属性。它表示组件的全部子节点。java 一、React.Children.mapreact object React
相关文章
相关标签/搜索