这种语法是否正确:
inceptionv3_model1
或者我应该将这些道具(inceptionv3_model2
和{
...
const someObj = {
className: 'something',
ref: input => this.inputRef = this,
another: 'something'
}
render() { return <input { ...someObj } />; }
}
)直接放在输入字段上。
谢谢!
答案 0 :(得分:0)
没关系,如果你想这样做的话。您没有更改范围或任何内容,因此this
可以。