大约有 2,000 项符合查询结果(耗时:0.0050秒) [XML]
App Inventor 2 【源码】简易版捕鱼游戏 .aia 源码 - App Inventor 2 中文...
App Inventor 2 【源码】简易版捕鱼游戏 .aia 源码简易版捕鱼游戏,代码块300+,来源互联网,请自行研究。下载地址。
简易版捕鱼游戏,代码块300+,来源互联网,请自行研究。
下载地址。
AppInventor,AppInventor2
App Inventor 2 【源码】火柴人过桥游戏 .aia 源码 - App Inventor 2 中文...
App Inventor 2 【源码】火柴人过桥游戏 .aia 源码下载地址。
下载地址。
AppInventor,AppInventor20
app inventor什么时候需要用到字典块? - App Inventor 2 中文网 - 清泛网 ...
app inventor什么时候需要用到字典块?列表能完成字典的绝大部分功能,不过字典具有比列表更好的查找性能,因此如果要对数据结构执行大量的操作,建议优先使用字典。更多用法请查看文档:https: www fun123 cn referen 列表能完...
App Inventor 2 如何比较两个日期/时间? - App Inventor 2 中文网 - 清泛...
App Inventor 2 如何比较两个日期/时间?利用计时器组件的相关方法:比较两个日期/时间对象的毫秒数,具体请参见文档:https://www.fun123.cn/reference/ ... tml#Clock.GetMillis即时时间的获取方法:1、日期/时间选择...利用计时器组件的相关...
【解决】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...
【解决】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...
如何实现心电图曲线 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!
本帖最后由 chenweigang 于 2024-06-21 17:03 编辑
我想做一个采集数据,显示曲线的app,类似下图显示心电图和心率这样的曲线,请问需要用什么控件实现,如果实现多条曲线又该怎么办?
简单的图表使用原生组件可以实现:
有...
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...
appinventor 如何调用其他屏幕的数据? - App Inventor 2 中文网 - 清泛IT...
其实这个问题和《AppInventor如何在不同屏幕之间传值》有点类似,原文进行了非常详细的介绍,这里的调用其他屏幕数据可能还有一些不同,建议的方式是:
1、通过“微数据库”在第一个屏幕存储值,然后在其他屏幕读取就可...
在app inventor中如果需要退出应用,需要调用哪句代码? - App Inventor 2 ...
调用控制代码块中的“退出程序”代码块:
退出程序关闭应用程序。
注:只有在编译apk真机运行时,才能退出App,AI伴侣测试的时候无法退出AI伴侣程序。