在handleSubmit中打印event,发现可以看到提交的值(红框中的值):
但是使用如console.log(event.target.input.value)获取不到这个值,请问是为什么呢?
应该是consol.log(event.target[0].value )