摘要:
class App extends React.Component { handleClick = () => { const { input } = this.inputRef; // 如果是textArea的话,const { textAreaRef } = this.inputRef; input.focus(); input.setSelectionRange... 阅读全文
posted @ 2019-10-12 14:39
陈小作
阅读(368)
评论(0)
推荐(0)