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

https://www.fun123.cn/reference/blocks/text.html 

App Inventor 2 文本代码块 · App Inventor 2 中文网

...起始位置 是否包含 是否包含(任何) 是否包含(所) 分解(首项) 分解(任意首项) 分解 分解(任意) 用空格分解 截取 全部替换 模糊文本 是一个字符串? 反转 替换所映射 字典顺序 ...
https://bbs.tsingfun.com/thread-1172-1-1.html 

【基础入门班】【大作业】爱学习App - App Inventor 2 中文网 - 清泛IT社区...

...习模式: 英中模式:随机出一个英语单词,答案隐藏,按钮可以查看答案。可以切换上一、下一题。 中英模式:同上,题面是中文。自己不确定的题目,可一键收藏,随后可以专门练习收藏的题目。 答题模式: 可以是...
https://bbs.tsingfun.com/thread-1439-1-1.html 

APP inventor MQTT插件 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

APP inventor在做远程控制APP 需要MQTT插件 谁分享一下连接哦,谢谢https://www.fun123.cn/reference/components/connectivity.html#Mqtt
https://www.fun123.cn/aia-store/ 

App Inventor 2 源码商店

...行目录规整/h4>App Inventor 2 拍照后默认的照片路径是其私目录下,且文件名格式固定。时我们需要对图片路径及文件 ... ...
https://bbs.tsingfun.com/thread-2511-1-1.html 

App上架国内应用市场,腾讯管家报病毒的解决历程 - App Inventor 2 中文网 ...

...---------------- 自查:apk经过分析工具及反编译查看,并没短信功能,没添加短信组件,无相关的权限点。 Google了一下,这个是通病,很多人遇到了,并反馈到了MIT英文社区,官方权威回答是appinventor及代码没问题,需要...
https://bbs.tsingfun.com/thread-2730-1-1.html 

【iOS】关苹果iOS App的一些进展、BluetoothLE蓝牙拓展等 - App Inventor...

...项功能。了解您使用的 Arduino 型号以及它使用的蓝牙版本助于我们更好地判断您想要实现的功能是否可行。 We're working on porting the BluetoothLE extension as a component on iOS. Because of the constraints that Apple puts on apps, we cannot use the extensio...
https://www.fun123.cn/reference/pro/pan.html 

App Inventor 2 接入百度网盘API · App Inventor 2 中文网

... display=mobile 加上,以展示手机版的授权画面(电脑版极可能在手机上不能完美展示)。 access_token=[access_token] 效期:根据文档,效期大概30天 拿 access_token 的逻辑如下: 3、获取文件列表,返回JSON,拿出想要的文件...
https://bbs.tsingfun.com/thread-1396-1-1.html 

App Inventor 2 动态创建组件功能 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

一般情况下,我们按钮在界面上是实现拖动好的,但是些情况下需要根据逻辑或数据情况,需要展示数量不固定的组件,比如:每个学生需要3个按钮查看不同的功能,现在如果10个学生,那就需要30个按钮,如果学生数量又...
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-1563-1-1.html 

APP 文本朗读器 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...自己来控制的,代码块调用它才能朗读文本,本身就类似开关控制!代码块调用它才能朗读文本,停用,调用文本朗读器代码块停止,如果再恢复朗读功能,怎么实现这个功能?