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

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

App Inventor 2 为什么组件的事件无效,没有执行? - App Inventor 2 中文...

如题,如果确认事件中代码逻辑没有问题的话,有可能时因为事件重复了导致的,重复的情况下,事件都不会执行,如: 使用AI伴侣测试的时候,不会报错,但是事件中的代码会忽略掉。 当然代码重复的话,前面会有错...
https://bbs.tsingfun.com/thread-1263-1-1.html 

App Inventor 2 编译过程 AAPT 阶段出错的可能原因 - App Inventor 2 中文...

很可能是因为素材中存在大小写不同的同名文件,例如:abc.jpg 和 ABC.jpg
https://bbs.tsingfun.com/thread-1276-1-1.html 

App Inventor 2 解决一个编译报错DX failed - App Inventor 2 中文网 - 清...

会员反馈,项目编译失败,报错如下: -----通过查看编译日志: [java] indicate that it is *not* an inner class.      [java] Uncaught translation error: java.lang.IllegalArgumentException: already added: Lorg/eclipse/paho/client/mqttv3/BufferedMes...
https://bbs.tsingfun.com/thread-1395-1-1.html 

App Inventor 2 多用户注册登录功能如何实现? - App Inventor 2 中文网 - ...

由于是多用户,需要集中存储及验证用户信息,因此需要用到“网络微数据库“组件: 数据结构设计思路参考如下: 每个用户名作为一个key,值是字典(赋值给字符串就是JSON格式的),如: {"name":"张三",&qu...
https://www.fun123.cn/reference/?1709105570 

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

content
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-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-1498-1-1.html 

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

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

App Inventor 2 SQLite 拓展 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

SQLite 拓展此SQLite 拓展由中文网开发及维护,仅对会员免费开放。与 TaifunSQLite 功能类似,但TaifunSQLite是收费的,美刀。 文档及拓展下载地址:https://www.fun123.cn/reference/extensions/sqlite.html