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

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

App Inventor 2 如何比较两个日期/时间? - App Inventor 2 中文网 - 清泛...

App Inventor 2 如何比较两个日期/时间?利用计时器组件的相关方法:比较两个日期/时间对象的毫秒数,具体请参见文档:https://www.fun123.cn/reference/ ... tml#Clock.GetMillis即时时间的获取方法:1、日期/时间选择...利用计时器组件的相关...
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-1756-1-1.html 

如何实现心电图曲线 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

本帖最后由 chenweigang 于 2024-06-21 17:03 编辑 我想做一个采集数据,显示曲线的app,类似下图显示心电图和心率这样的曲线,请问需要用什么控件实现,如果实现多条曲线又该怎么办? 简单的图表使用原生组件可以实现: 有...
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-1763-1-1.html 

AppInventor2添加超过10个屏幕会怎样? - App Inventor 2 中文网 - 清泛IT...

App Inventor 可以轻松地向应用程序添加更多屏幕,但最好也不要添加太多屏幕,因为多个屏幕的应用程序将非常消耗计算资源,并且很容易超出 App Inventor 的限制。根据经验,任何单个应用程序中的屏幕不应超过 10 个,当你尝试...
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