鸿蒙开发笔记(二十): 常用组件 TextInput/TextArea, 弹窗,视频播放Video
1.文本输入TextInput/TextAreaTextInput为单行输入框、TextArea为多行输入框。通过以下接口来创建。TextArea(value?:{placeholder?:ResourceStr,text?:ResourceStr,controller?:TextAreaController})TextInput(value?:{placeholder?:ResourceStr,