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

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

App Inventor2 如何在screen2保留变量? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

问题一:如果在screen1初始化了一个全局变量,能够在screen2保留此变量吗? 问题二:当一个按钮被点击过后,能否重新点击执行不同的程序? 求解问题1请参考:《App Inventor在不同的屏幕之间传递变量》 问题2可以点击第一次设...
https://bbs.tsingfun.com/thread-1275-1-1.html 

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

利用计时器组件的相关方法: 比较两个日期/时间对象的毫秒数,具体请参见文档:https://www.fun123.cn/reference/ ... tml#Clock.GetMillis 即时时间的获取方法: 1、日期/时间选择框选中的 2、利用“计时器”组件自己创建,通过...
https://bbs.tsingfun.com/thread-1486-1-1.html 

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

列表代码块中没有提供遍历的方法,遍历逻辑在控制代码块中,提供 2 种遍历方式:方法1:控制代码块 > 从列表循环 对于无需知道列表当前遍历的下标索引,用这种最好[hide][/hide]方法2:控制代码块 > 从范围循环 典型的使...
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-1489-1-1.html 

App Inventor 2中如何返回局部变量的值? - App Inventor 2 中文网 - 清泛I...

转会员提问:我想返回局部变量的值,在返回结果代码中没定义,怎么完成? 解决:按如下方式即可: [hide][/hide] 谢谢分享
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-1496-1-1.html 

App Inventor 计时器在界面设计中的哪里?如何确定计时器有没有执行? - Ap...

问:计时器在界面设计中的哪里呢?计时器怎么启动?怎么确定执行没? 答:在“传感器”下面: 也可在组件搜索框中进行搜索: 计时器怎么启动? 默认计时器是自动启用的,也可程序控制它“启用计时”和“不启...
https://bbs.tsingfun.com/thread-1555-1-1.html 

App Inventor 2 如何开发掌控版做互联网通讯App? - App Inventor 2 中文网...

转:你好,我想做一个APP,然后和那个掌控版做互联网通讯,但是我看这个里面没有那个通讯协议这个是需要再安装插件还是怎么弄? 答复: [hide]使用MQTT拓展,下载地址:https://www.fun123.cn/reference/components/connectivity.html#Mqtt ...
https://bbs.tsingfun.com/thread-1577-1-1.html 

APPinventor如何输出三个数中最大值? - App Inventor 2 中文网 - 清泛IT社...

问:APPinventor输出三个数中最大值 答:使用“数学”中的“最大值”积木,点击拓展按钮拖动参数至3个,详细步骤如下:
https://bbs.tsingfun.com/thread-1585-1-1.html 

appinventor列表如何添加多项? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

使用“列表”中的“创建列表”积木,点击拓展按钮拖动多个参数,详细步骤如下: