大约有 45,000 项符合查询结果(耗时:0.0194秒) [XML]
App Inventor 2 模拟sleep函数 · App Inventor 2 中文网
... 我要反馈
App Inventor 2 模拟sleep函数
App Inventor 2 模拟sleep函数
需要用到计时器组件:
实现代码如下:
测试方法如下:
代码快速...
使用 JSON 和 Web API · App Inventor 2 中文网
...接口(API)进行交互,JSON提供了不同的数据类型,同样App Inventor也支持这些值。
JSON 布尔值true和false 对应 App Inventor真和假
JSON 数字(整数和小数)对应 App Inventor 数字
JSON 字符串 对应 App Inventor 文本
JSON 数组 对应 App Inventor...
构建具有多个屏幕的应用程序 · App Inventor 2 中文网
...
« 返回首页
构建具有多个屏幕的应用程序
App Inventor 可以轻松地向应用程序添加更多屏幕,但最好也不要添加太多屏幕,因为多个屏幕的应用程序将非常消耗计算资源,并且很容易超出 App Inventor 的限制。
根据经验...
App Inventor 2 文本代码块 · App Inventor 2 中文网
... 我要反馈
App Inventor 2 文本代码块
” “ (字符串)
合并字符串
求长度
是否为空
字符串比较(Ascii码比较) < > = ≠ Ascii码转换
删除空格
大写
...
App Inventor 2 MQTT拓展入门(保姆级教程) · App Inventor 2 中文网
... 搜索
App Inventor 2 MQTT拓展入门(保姆级教程)
准备工作
App设计及代码
测试效果
App端测试发布消息,效果如下:
App与测试客户端...
使用模拟器构建应用程序 · App Inventor 2 中文网
...用程序
« 返回首页
App Inventor includes an emulator for the phone. The emulator lets you develop and test apps using a virtual phone instead of a real phone. Instead of connecting a phone to the USB port, just start the emulator program. When you c...
App Inventor 2 串口组件:App使用OTG数据线进行串口通信 · App Inventor 2 中文网
... 搜索
App Inventor 2 串口组件:App使用OTG数据线进行串口通信
« 返回串口通信器
手机串口通信模型如下:
视频介绍了App Inventor 2 串口组件的使用...
App Inventor 2 Web客户端(Web)详细用法示例 · App Inventor 2 中文网
... 搜索
App Inventor 2 Web客户端(Web)详细用法示例
App Inventor 2 如何下载/保存网络图片?
设置好网络图片的url,然后执行Get方法即可,代码...
App Inventor 2 如何接入ChatGPT:国内访问OpenAI的最佳方式 · App Inventor 2 中文网
... 搜索
App Inventor 2 如何接入ChatGPT:国内访问OpenAI的最佳方式
如何接入OpenAI
通过token(访问令牌)接入
通过ApiKey接入
« 返回首页
如何接入Ope...
App Inventor 2 图片云端保存及访问的开发思路 · App Inventor 2 中文网
... 搜索
App Inventor 2 图片云端保存及访问的开发思路
图片上传云端保存
图片Base64化,保存“网络微数据库”
使用“Web客户端”组件上...