setState({ inputVisible: true }, () => this.input.focus()); } handleInputChange = (e) => { const inputValue = e.target.value; this.setState({ ...
確定! 回上一頁