📅  最后修改于: 2022-03-11 15:01:06.960000             🧑  作者: Mango
function Child(props) {
function handleChange(event) {
// Here, we invoke the callback with the new value
props.onChange(event.target.value);
}
return
}