1.子組件如何調用服組件this
this.props.父組件屬性ps
2.父組件如何調用子組件
首先用屬性ref給子組件取個名字
this.refs.子組件名字.gerDOMNode().。。。。。