大约有 44,300 项符合查询结果(耗时:0.0366秒) [XML]

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

App Inventor 2 计算用户连续签到天数的代码分享及解析 - App Inventor 2 ...

假设已经能够获取到了用户签到的列表数据,且按照日期去除重复项的(是否顺序有序不做要求),代码如下: [hide][/hide] 逻辑简单解析: 从当前日期往前推100天(当然可以修改为更长时间),使用“计时器”组件的时间...
https://bbs.tsingfun.com/thread-1505-1-1.html 

App Inventor 2 SQLite 拓展 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

SQLite 拓展此SQLite 拓展由中文网开发及维护,仅对会员免费开放。与 TaifunSQLite 功能类似,但TaifunSQLite是收费的,美刀。 文档及拓展下载地址:https://www.fun123.cn/reference/extensions/sqlite.html
https://bbs.tsingfun.com/thread-1518-1-1.html 

App Inventor 2 圆角按钮文字没有垂直居中? - App Inventor 2 中文网 - 清...

圆角按钮无法垂直居中,如图: 解决方法: [hide]无法垂直居中是由于主题是“Classic”导致的,改为“Device Default”就可以了~ [/hide]
https://bbs.tsingfun.com/thread-1524-1-1.html 

App Inventor 2 怎么获取输入对话框中用户输入的文本? - App Inventor 2 ...

转:怎么获取对话框输入的文本?如何判断输入完成? 答复: [hide] 使用 对话框.显示文本对话框 弹出与用户交互的对话框,用户可输入内容。 用户输入且点了确定按钮,会触发完成事件,事件中拿”响应“就是用户...
https://bbs.tsingfun.com/thread-1529-1-1.html 

App Inventor 2 创建类似于儿童模式的APP? - App Inventor 2 中文网 - 清...

(by ChatGPT) 在MIT App Inventor(AI2)中创建类似于儿童模式的应用程序,可以限制设备上某些应用程序和功能的访问,但由于其功能有限,与Android Studio相比,这可能具有一定挑战性。然而,仍然可以使用AI2实现一定程度的应用程...
https://bbs.tsingfun.com/thread-1531-1-1.html 

App Inventor 2 文本.合并字符串的引号问题 - App Inventor 2 中文网 - 清...

转:合并字符串有引号吗?比如‘A’和‘B’,是‘AB’吗 答复: [hide]引号也是文本,应该中间还有两个引号。你可以验证一下。 经测试,的确如此: 问:那有办法去掉吗? 答: 问:就是我只想去掉开头的引...
https://bbs.tsingfun.com/thread-1534-1-1.html 

App Inventor 2 怎么获取手机当前时间? - App Inventor 2 中文网 - 清泛IT...

得到的是一个时间对象 时间对象可以格式化成任意日期文本,用于显示 另外,另外一个求系统时间方法返回的是一个时间戳数字,注意区分:
https://bbs.tsingfun.com/thread-1553-1-1.html 

App Inventor 2 可以给按钮换背景图片吗? - App Inventor 2 中文网 - 清泛...

转:可以给按钮换背景图吗? 答复: [hide] 可以,直接设置按钮背景图片即可。 设置按钮图像的路径,如果同时设置了图像和背景颜色,则仅图像可见。 https://www.fun123.cn/reference/components/userinterface.html#Button [/hide]
https://bbs.tsingfun.com/thread-1555-1-1.html 

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

...? 答复: [hide]使用MQTT拓展,下载地址:https://www.fun123.cn/reference/components/connectivity.html#Mqtt 参考IoT专题的最后一篇文章:https://blog.csdn.net/INT_TANG/article/details/128210609 [/hide]
https://bbs.tsingfun.com/thread-1556-1-1.html 

App Inventor 2 怎么选择并打开一个文本文件? - App Inventor 2 中文网 - ...

...给文件管理器打开即可,具体请参阅文档:https://www.fun123.cn/reference/components/media.html#FilePicker [/hide] upupupupupupup