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

https://www.tsingfun.com/it/ai2/2717.html 

app inventor什么时候需要用到字典块? - App Inventor 2 中文网 - 清泛网 ...

app inventor什么时候需要用到字典块?列表能完成字典的绝大部分功能,不过字典具有比列表更好的查找性能,因此如果要对数据结构执行大量的操作,建议优先使用字典。更多用法请查看文档:https: www fun123 cn referen 列表能完...
https://www.tsingfun.com/it/ai2/2719.html 

【解决】The operation is in list? cannot accept the arguments: , [\\\"...

【解决】The operation is in list? cannot accept the arguments: , [\"\"], [\"\"]报错:The operation is in list? cannot accept the arguments: , [""], [""]原因请看这里。 报错:The operation is in list? cannot accept the arguments: , [""], [""] 原因请看这里。AppInventor,A...
https://www.tsingfun.com/it/ai2/2720.html 

【解决】The operation is list empty? cannot accept the arguments: , [\...

【解决】The operation is list empty? cannot accept the arguments: , [\"\"]报错:The operation is list empty? cannot accept the arguments: , [""]详细原因情况这里。 报错:The operation is list empty? cannot accept the arguments: , [""] 详细原因情况这里。AppInventor,Ap...
https://bbs.tsingfun.com/thread-1758-1-1.html 

app inventor 里的换行符是什么? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

Linux(unix) 和 mac 默认使用 "\n" 作为换行符;Windows 默认使用 "\r\n" 作为换行符;"\n" 在 ACSII表中 对应 LF , ACSII值为 10 ,即0x0a (16进制) "\r" 在ACSII表中对应 "CR", ACSII值为 13 ,即0x0d (16进制) &n...
https://bbs.tsingfun.com/thread-1759-1-1.html 

appinventor 如何调用其他屏幕的数据? - App Inventor 2 中文网 - 清泛IT...

其实这个问题和《AppInventor如何在不同屏幕之间传值》有点类似,原文进行了非常详细的介绍,这里的调用其他屏幕数据可能还有一些不同,建议的方式是: 1、通过“微数据库”在第一个屏幕存储值,然后在其他屏幕读取就可...
https://bbs.tsingfun.com/thread-1762-1-1.html 

在app inventor中如果需要退出应用,需要调用哪句代码? - App Inventor 2 ...

调用控制代码块中的“退出程序”代码块: 退出程序关闭应用程序。 注:只有在编译apk真机运行时,才能退出App,AI伴侣测试的时候无法退出AI伴侣程序。
https://bbs.tsingfun.com/thread-1771-1-1.html 

程序设计里代码块较多,有点卡,有没有办法解决? - App Inventor 2 中文网...

问:请问下程序设计里面写的程序比较多,有点卡,这个有没有办法呢? 答:AppInventor2目前不支持代码块的模块化,不过也有一些技巧可以减少代码块的数量,还能提高代码的质量: 1. 提取过程消除重复代码,这个是最直观...
https://bbs.tsingfun.com/thread-1779-1-1.html 

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

第一个问题请参考:https://bbs.tsingfun.com/thread-1730-1-1.html 第二个问题请参考:https://bbs.tsingfun.com/thread-1810-1-1.html
https://bbs.tsingfun.com/thread-1780-1-1.html 

AppInventor2列表排序,函数式编程轻松实现高级排序算法 - App Inventor 2 ...

1、最简单的升序排序,支持基本数据类型(文本和数字): 来自文档:https://www.fun123.cn/reference/blocks/lists.html#sort 2、基本类型的降序排序可以实现吗? 当然可以,这时就要用到函数式编程了,按照函数中指定的逻辑进...
https://bbs.tsingfun.com/thread-1804-1-1.html 

APP 可以接受蓝牙模块的反馈信息么 - App Inventor 2 中文网 - 清泛IT社区...

使用APP inventor 制作了一个控制蓝牙模块的APP 可不可以实现蓝牙模块反馈过来的信息 在APP上显示出来? 谢谢现成的解决方案,请参考这里:https://bbs.tsingfun.com/thread-1792-1-1.html