父组件向子组件传值父组件通过属性进行传递,子组件通过props获取//父组件class CommentList extends Component{ render(){ return( <div> <Comment ...
確定! 回上一頁