如果我有一个用于子组件(输入组件)的变量,并且我需要读取value属性。那怎么办 例子
{
'$$typeof': Symbol(react.element),
type: Symbol(react.fragment),
key: null,
ref: null,
props: { children: [ [Object], [Object] ] },
_owner: null,
_store: {}
}
,Input元素是第一个子元素。如何读取value属性?