大约有 1,300 项符合查询结果(耗时:0.0043秒) [XML]

https://www.fun123.cn/reference/?1709105570 

App Inventor 2 参考文档 · App Inventor 2 中文网

content
https://bbs.tsingfun.com/thread-1482-1-1.html 

App Inventor 2生成的APP现在的鸿蒙能用吗? - App Inventor 2 中文网 - 清...

转用户提问:你好,这个AI生成的APP现在的鸿蒙能用吗? 目前是可以的,鸿蒙兼容安卓,有部分客户是使用鸿蒙手机的。 等相对久远的将来,鸿蒙可能独立,我们也会进行鸿蒙适配支持的。
https://www.fun123.cn/aia-store/240129180118698 

自定义照片文件路径【目录规整】 · App Inventor 2 源码商店

... Aia Store beta App Inventor 2 中文网 开始编程 中文文档 中文教程 中文社区 关于 关于我们 ...
https://bbs.tsingfun.com/thread-1484-1-1.html 

App Inventor 2 怎么获取文件夹下所有文件名? - App Inventor 2 中文网 - ...

转会员提问:怎么获取文件夹下所有文件名? 原生组件没有这个功能,需要使用FileTools拓展,链接直达:https://www.fun123.cn/reference/components/storage.html#FileTools [hide]使用FilesList方法: [/hide]
https://bbs.tsingfun.com/thread-1486-1-1.html 

App Inventor 2内置块中列表逐个执行(列表如何遍历)? - App Inventor 2 ...

列表代码块中没有提供遍历的方法,遍历逻辑在控制代码块中,提供 2 种遍历方式:方法1:控制代码块 > 从列表循环 对于无需知道列表当前遍历的下标索引,用这种最好[hide][/hide]方法2:控制代码块 > 从范围循环 典型的使...
https://bbs.tsingfun.com/thread-1489-1-1.html 

App Inventor 2中如何返回局部变量的值? - App Inventor 2 中文网 - 清泛I...

转会员提问:我想返回局部变量的值,在返回结果代码中没定义,怎么完成? 解决:按如下方式即可: [hide][/hide] 谢谢分享
https://bbs.tsingfun.com/thread-1491-1-1.html 

App Inventor 2 如何分解字符串? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

使用文本的“分解”函数即可,文档直达:https://www.fun123.cn/reference/blocks/text.html#split
https://bbs.tsingfun.com/thread-1494-1-1.html 

App inventor 如何过去阿里云传来的数据 - App Inventor 2 中文网 - 清泛IT...

我想把stm32采集到的数据发送到阿里云上,然后通过数据转发给app。怎么弄,目前app可以接受到数据,但是不知道怎样解析数据这种场景一般是采用mqtt协议通信。不过既然你的app可以接收到数据,那通信就是没有问题了,剩余的...
https://bbs.tsingfun.com/thread-1496-1-1.html 

App Inventor 计时器在界面设计中的哪里?如何确定计时器有没有执行? - Ap...

问:计时器在界面设计中的哪里呢?计时器怎么启动?怎么确定执行没? 答:在“传感器”下面: 也可在组件搜索框中进行搜索: 计时器怎么启动? 默认计时器是自动启用的,也可程序控制它“启用计时”和“不启...
https://bbs.tsingfun.com/thread-1498-1-1.html 

App Inventor 2 计算用户连续签到天数的代码分享及解析 - App Inventor 2 ...

假设已经能够获取到了用户签到的列表数据,且按照日期去除重复项的(是否顺序有序不做要求),代码如下: [hide][/hide] 逻辑简单解析: 从当前日期往前推100天(当然可以修改为更长时间),使用“计时器”组件的时间...