renderCommnet是什么意思

class CommentList extends React.Component { constructor(props) { super(props); } render() { return <ul> {this.props.comments.map(renderComment)} </ul>; } renderComment({body, autho
相关文章
相关标签/搜索