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

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-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-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-1518-1-1.html 

App Inventor 2 圆角按钮文字没有垂直居中? - App Inventor 2 中文网 - 清...

圆角按钮无法垂直居中,如图: 解决方法: [hide]无法垂直居中是由于主题是“Classic”导致的,改为“Device Default”就可以了~ [/hide]
https://bbs.tsingfun.com/thread-1524-1-1.html 

App Inventor 2 怎么获取输入对话框中用户输入的文本? - App Inventor 2 ...

转:怎么获取对话框输入的文本?如何判断输入完成? 答复: [hide] 使用 对话框.显示文本对话框 弹出与用户交互的对话框,用户可输入内容。 用户输入且点了确定按钮,会触发完成事件,事件中拿”响应“就是用户...