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

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

如何只提取字典中的值? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

转会员提问:存储按照字典键值存储的,如何把值提取出来,而不显示键名称? 有内置函数可以完成,参考文档地址:https://www.fun123.cn/reference/blocks/dictionaries.html#get-values
https://bbs.tsingfun.com/thread-1467-1-1.html 

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

...的话可以先用这个 GetMacAddress 函数。 文档请参考这里:https://www.fun123.cn/reference/extensions/phoneinfo.html{:8_389:}{:8_411:}
https://www.fun123.cn/referenc... 

App Inventor 2 中文网 · 升级日志

... (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?8d287b854d737bdc880e8ddeac1b309d"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();
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-1486-1-1.html 

App Inventor 2内置块中列表逐个执行(列表如何遍历)? - App Inventor 2 ...

...从 1 开始)[hide][/hide] 更多关于列表操作技巧请参考:https://www.fun123.cn/reference/blocks/lists.html#foreachlist 学习到了,谢谢楼主
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-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-1500-1-1.html 

【中文网原创拓展】获取手机网卡MAC地址 - App Inventor 2 拓展 - 清泛IT社...

GetMacAddress 函数可获取网卡mac地址,亲测可用。 更多方法请参考文档:https://www.fun123.cn/reference/extensions/phoneinfo.html 设备ID获取不了,MAC地址获取的是随机地址,还要改进一下!
https://bbs.tsingfun.com/thread-1504-1-1.html 

Clipboard 拓展:实现剪贴板的复制粘贴功能 - App Inventor 2 拓展 - 清泛I...

...屏幕间数据传输的一种备选方式。 文档及下载地址:https://www.fun123.cn/reference/extensions/clipboard.html