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

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

如何实现剪贴板的复制粘贴功能? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

剪贴板的复制粘贴功能,原生组件不支持。可以使用拓展: 中文网推出的中文版本: 英文原版: 用法很简单,请参考文档:https://www.fun123.cn/reference/extensions/clipboard.html
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-1555-1-1.html 

App Inventor 2 如何开发掌控版做互联网通讯App? - App Inventor 2 中文网...

转:你好,我想做一个APP,然后和那个掌控版做互联网通讯,但是我看这个里面没有那个通讯协议这个是需要再安装插件还是怎么弄? 答复: [hide]使用MQTT拓展,下载地址:https://www.fun123.cn/reference/components/connectivity.html#Mqtt ...
https://bbs.tsingfun.com/thread-1636-1-1.html 

App Inventor 2 图片打水印如何实现? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

问:图片水印的这个问题,你们这个功能能做不? 答: 1、水印是可以通过画布,叠加一个图片,再画布.保存实现。 2、通过拓展实现:ImageUtil 拓展。 参考:https://community.appinventor.mi ... rmark-image/76113/3
https://bbs.tsingfun.com/thread-1693-1-1.html 

AppInventor2 如何实现图片上动态显示数字或内容? - App应用开发 - 清泛IT...

问:这个怎么让我的图片上能显示数字啊? 答:思路很简单,用布局,布局背景是图片,布局中放标签,微调标签位置,就能完美实现。
https://bbs.tsingfun.com/thread-1808-1-1.html 

mac地址错误如何解决 - 创客硬件开发 - 清泛IT社区,为创新赋能!

我照着视频内容做的蓝牙连接模块,可是连接的时候显示蓝牙mac地址错误,换了几个不同的蓝牙设备都是这样。请教一下为什么会这样,怎么解决。连接的参数错误,要传当前的选中项目,而非全部设备的列表:
https://bbs.tsingfun.com/thread-1858-1-1.html 

app inventor如何实现手机的熄屏和打开屏幕 - App Inventor 2 拓展 - 清泛I...

想通过app上的按钮来实现开关屏幕息屏/条件触发开屏可以参考这个拓展,调整手机屏幕亮度的拓展,请自行研究一下,谢谢 https://bbs.tsingfun.com/thread-1862-1-1.html 保持屏幕常亮不息屏参考这个拓展: https://bbs.tsingfun.com/thread-1861...