大约有 20 项符合查询结果(耗时:0.0045秒) [XML]
使用 JSON 和 Web API · App Inventor 2 中文网
...我要反馈
使用 JSON 和 Web API
本文档中使用的组件
获取数据
示例 - 成功获取
示例 - 获取失败
示例 - 跟踪响应数据
发送数据 ...
App Inventor 2 天气预报App开发 - 第三方API接入的通用方法 · App Inventor 2 中文网
...
请求示例:北京7天预报
第三方API的调用
JSON结果的解析
请求成功返回JSON示例
JSON解析参考代码
aia源码
« 返回首页
App效果图,展示未来7日的天气预报,包括日期、天气图示和温度:
App原...
App Inventor 2 字典代码块 · App Inventor 2 中文网
...径列表
是否为字典?
案例:字典遍历
案例:字典转JSON
案例:JSON转字典
目录:
介绍
创建空字典
创建字典
键值对
获取键的值
设置键的值
删除键的条目
获取键路径的值
设置键路径的值
获取键列表
...
App Inventor 2 人脸识别App开发 - 第三方API接入的通用方法 · App Inventor 2 中文网
...档,确定我们需要准备的数据
第三方API的调用
JSON结果的解析
aia源码
« 返回首页
App效果图,可以识别人脸,推断出性别及年龄:
App原理介绍
通过调用第三方人脸识别api,按照指定格式上传图片及必要的参数,...
App Inventor 2 接入百度网盘API · App Inventor 2 中文网
...必备参数 【使用Web浏览框】
3、获取文件列表,返回JSON,拿出想要的文件的fsid 【使用Web客户端】
4、获取文件信息,返回JSON,根据fsid取出dlink 【使用Web客户端】
5、根据dlink下载 【Web客户端】
6、下载效果展...
App Inventor 2 列表代码块 · App Inventor 2 中文网
...元素的列表
截取列表
案例:列表遍历
案例:列表转JSON
案例:JSON转列表
案例:去除列表重复项(列表去重)
案例:将一个列表等于另一个列表(列表赋值)
案例:判断一个列表是否等于另一个列表(列表比较)
...
图表组件 · App Inventor 2 中文网
...自 Web客户端 的用于数据系列 x 条目的列。例如,如果以 JSON 格式检索 Web客户端 内容,并且存在带有“Time”标签的数组,则可以指定“Time”列值以使用该数组。
Web客户端Y列
从 Web客户端 组件源导入数据时使用的值。该值表...
Google Sheets API Setup · App Inventor 2 中文网
...ice
Account ID someplace so that we can use it later.
Make sure that “JSON” is selected under Key Type like it is above before
pressing ‘Continue’. This will download a JSON file with the name
“AppInventor-####.json.”
When using the Google Sheets API component, we will upload this js...
使用 XML 和 Web 服务 · App Inventor 2 中文网
...n how to do this.
Note: The Weather API can also return information on in JSON rather than XML, which App Inventor can manipulate using the Web.JsonTextDecode block, leading to an example similar to the one described here, but done using JSON.
Here are the blocks that perform this GET when a butto...
App Inventor 2 DynamicComponents 拓展:动态创建AI2组件对象 · App Inventor 2 中文网
...
通过 JSON 字符串创建组件。请参阅Wiki,了解如何创建自己的模板。
从屏幕和组件列表中移除指定 ID 的组件。由于该组...