它将根据其类别搜索输入,并将其写入Google Plus
变量:input
。我选中const input = document.getElementsByClassName ('rbt-input-main form-control rbt-input')
->返回我typeof input
。尝试访问object
对象的属性。还给我input [" value "]
。
此处演示:https://stackblitz.com/edit/react-agfvwn?file=index.js
undefined