HarmonyOS 如何获取TextInput输入的值?

除了: .onChange((value: string) =\> { console.info(value); }) 还有没有别的办法

阅读 553