💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 1.获取单个字段值 ``` this.getValue('id') ``` ## 2.获取表单对象 ``` this.getValues() ``` ## 3.发送请求 ``` this.sendRequest('数据源名称') ``` ## 4.设置表单数据 ``` this.setData({ID: 123}) ``` ## 5.隐藏字段 ``` this.hide('id') ``` ## 6.显示字段 ``` this.display('id') ```