React父子组件间的传值的方法 父组件向子组件传值:父组件:importReact,{Component}from'react';importChildfrom'./chlid';classparentextends react父子组件传值