刚开始学习React,看到阮一峰老是的入门Demo5里介绍this.props.children中用到map方法,这里的map接收了两个参数,标准格式不应该是 arr.map(callback[,thisArg])这种吗,参数调换位置也可以?React.Children.map(this.props.children, function (child) { return <li>{child}</li>;
})
添加回答
举报
0/150
提交
取消