单项选择题

在reacr中父组件内定义了一个eat方法,子组件如何将数据传给父组件()

A.this.state.eat
B.this.props.eat
C.eat
D.this.eat