const { Input } = antd; class App extends React.Component { handleClick = () => { const input = this.refs.myInput.refs.input; input.focus(); ...
確定! 回上一頁