textarea组件可以输入文本内容 支持多行文本
参数: value:字符串值
复制textarea_xxxxx.setValue('你好aiwork');
返回值: 输入框中的文本
复制alert(textarea_xxxxx.getValue());
← 输入框input 多选框check→