大约有 4,000 项符合查询结果(耗时:0.0146秒) [XML]

https://bbs.tsingfun.com/thread-1472-1-1.html 

App Inventor 2 如何实现络版注册登陆功能? - App Inventor 2 中文 - ...

高频问题:App Inventor 2如何实现注册登陆功能? 本文仅对这个问题进行分析,给出基本的思想思路,具体实现方法后续会有详细教程推出。 1、首先,注册登陆涉及到络存储,也就是将注册信息保存到云端,登陆时云端验...
https://bbs.tsingfun.com/thread-1482-1-1.html 

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

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

蓝牙BLE硬件接入及IO控制 · App Inventor 2 源码商店

... Aia Store beta App Inventor 2 中文 开始编程 中文文档 中文教程 中文社区 关于 关于我们 发布日志...
https://www.fun123.cn/aia-store/240126113453315 

个性化酷炫的导航条 · 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-1485-1-1.html 

为什么图像选择器选中的图片无法显示? - App Inventor 2 中文 - 清泛IT...

代码如下,为什么图片不显示? 解决: 属性值使用问题,“图像”属性不是选中图片的路径,而是图像选择器组件的背景图片路径,往往不会进行设置,返回的是空字符串。 查看文档可知,要使用“选中项”属性: ...
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-1487-1-1.html 

App Inventor 2内置块中字典如何遍历? - App Inventor 2 中文 - 清泛IT...

App Inventor 2字典遍历字典代码块中没有提供遍历的方法,遍历方法在控制代码块 > 从字典循环中,参考代码如下:[hide][/hide] 更多有关字典的操作技巧请参考:https://www.fun123.cn/reference/ ... es.html#foreachdict 看看✧(≖◡≖✿)
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