AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
## 1.获取单个字段值 ``` this.getValue('id') ``` ## 2.获取表单对象 ``` this.getValues() ``` ## 3.发送请求 ``` this.sendRequest('数据源名称') ``` ## 4.设置表单数据 ``` this.setData({ID: 123}) ``` ## 5.隐藏字段 ``` this.hide('id') ``` ## 6.显示字段 ``` this.display('id') ```