中国优质的IT技术网站
专业IT技术创作平台
IT职业在线教育平台
微信扫码分享
@Entry @Component struct Index { controller: TextInputController = new TextInputController() build() { Row() { TextInput({ placeholder: ...', text: '', controller: this.`controller` }) Button('placeholder') .defaultFocus(true) } } }