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

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

请问输入文件要往哪放? - App应用开发 - 清泛IT社区,为创新赋能!

...2、更强大的文件管理功能,可以使用FileTools拓展:https://www.fun123.cn/reference/components/storage.html#FileTools 3、如果仅仅是为了App退出保存一些状态数据,用微数据库组件最为合适。
https://bbs.tsingfun.com/thread-2057-1-1.html 

App Inventor 2 图片缩放并返回Base64文本 - App应用开发 - 清泛IT社区,为创新赋能!

...用到的TaifunImage拓展,点此查看。 来源中文文档:https://www.fun123.cn/reference/ ... age-compress-base64
https://bbs.tsingfun.com/thread-2059-1-1.html 

- App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

当然可以,它是 app 范围内共享的持久化数据,app 退出后数据也会保留。 更多可参考:https://www.fun123.cn/reference/creative/screen_communication.html#%E5%BE%AE%E6%95%B0%E6%8D%AE%E5%BA%93%E4%BC%A0%E5%80%BC
https://bbs.tsingfun.com/thread-2068-1-1.html 

为什么接收到的字符串数据都带括号了?如何处理? - App应用开发 - 清泛IT...

...括号,由“以JSON格式显示列表”这个属性决定。 https://www.fun123.cn/reference/ ... een.ShowListsAsJson -------- 经调查,用户输出的变量的确是列表,拿出列表中的元素即可解决,不建议用文本截取的方式去掉中括号/小括号。[/hide]13我...
https://bbs.tsingfun.com/thread-2104-1-1.html 

Need android.permission.BLUETOOTH_SCAN permission for android.content....

...应该就没有问题了。最新的拓展已经支持安卓14:https://www.fun123.cn/reference/iot/bluetoothle.html 参考:https://community.appinventor.mi ... le-android-12/66469
https://bbs.tsingfun.com/thread-2198-1-1.html 

AppInventor2 如何把列表内容显示在标签里? - App应用开发 - 清泛IT社区,...

...对象,分隔符可以用空格等。更多参考中文文档:https://www.fun123.cn/reference/ ... l#joinwithseparator
https://bbs.tsingfun.com/thread-2220-1-1.html 

【免费开放】App Inventor 2 LLMAI2Ext 自研拓展:接入DeepSeek、Kimi、通...

最新aix拓展永久下载地址:https://www.fun123.cn/reference/extensions/LLMAI2Ext.html 中文网开发国内大模型拓展的初衷 App Inventor 2 原生的ChatGPT组件由于是国外的,使用起来不太便捷,且各种限制。如今我们又身处AI浪潮之中,包括很多...
https://bbs.tsingfun.com/thread-2299-1-1.html 

AppInventor手机报警可以加振动效果吗? - App Inventor 2 中文网 - 清泛IT...

使用“音效”组件的“振动”方法,可以实现手机振动效果: https://www.fun123.cn/reference/ ... .html#Sound.Vibrate
https://bbs.tsingfun.com/thread-2325-1-1.html 

蓝牙客户端组件的接收字节用于判断的问题 - 创客硬件开发 - 清泛IT社区,为...

...才能使用双字节的接收方法。 参考中文文档:https://www.fun123.cn/reference/ ... veSigned1ByteNumber
https://bbs.tsingfun.com/thread-2330-1-1.html 

app inventor 2 怎么进行延迟操作? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

app inventor 2 怎么进行延迟操作?https://www.fun123.cn/reference/creative/sim_sleep.html App Inventor 2 模拟sleep函数 App Inventor 2 原生没有 sleep 及相关函数,需要模拟实现,经过测试这里给出一个既简单又相对高效率的实现方案:需要用到计时...