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

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-1556-1-1.html 

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

问:怎么选择并打开一个文本文件?有例子吗 答复: [hide] 使用“数据存储组件” -> "文件管理器"组件。 思路如下: 问:这个文件管理器只能打开已经上传的文件,我想打开手机上的某一个文本文件并读...
https://bbs.tsingfun.com/thread-1559-1-1.html 

App Inventor 2 udp拓展下载 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

有没有大佬教一下,2App Inventor udp协议插件在哪下载
https://bbs.tsingfun.com/thread-1580-1-1.html 

App Inventor 2 怎么判断两个颜色是否相等? - App Inventor 2 中文网 - 清...

转:为什么这里不能判断这个背景颜色呢? 答: 背景颜色不是 bool 型,不能直接插入判断积木。 [hide]要使用 等于(推荐数学块.等于,当然文本块.等于也可以) 来判断才行。 经检验,数学及文本块下面的等于判断积...
https://bbs.tsingfun.com/thread-1595-1-1.html 

App Inventor 2 多用户预订系统如何设计? - App Inventor 2 中文网 - 清泛...

问:我遇到了一个难题,我开发了一个软件,两个手机都安装了同一个软件,我在一个手机上显示按钮已经不能启用,但在另一个手机上该按钮确还能用,我的目标是这个跟酒店房间一样,当某个房间有人订了,其他人就不能订...
https://bbs.tsingfun.com/thread-1608-1-1.html 

【解决】App Inventor 2 如何下载/保存网络图片? - App Inventor 2 中文网...

首先,需要使用“Web客户端”组件,需要和网络url进行数据交互的场景就要考虑使用它。设置好网络图片的url,然后执行Get方法即可,代码如下:其中,特别要注意的是保存相应信息属性设置为真,这样才能将目标网络图片保存...
https://bbs.tsingfun.com/thread-1736-1-1.html 

App Inventor 2 如何下载/保存网络图片? - App Inventor 2 中文网 - 清泛I...

首先,需要使用 Web客户端 组件,需要和网络url进行数据交互的场景就要考虑使用它,Web客户端 组件在“通信连接”抽屉中:设置好网络图片的url,然后执行Get方法即可,代码如下:其中,特别要注意的是保存响应信息属性设置...