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

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

【地图API】地图App的开发思路 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...api 能完成的功能,ai2仅仅包装了一层也应该能完成。 使用“Activity启动器”组件,用法请参考文档:https://www.fun123.cn/reference/ ... tml#ActivityStarter
https://bbs.tsingfun.com/thread-1572-1-1.html 

【解决】App Inventor 2 网络微数据库(TinyWebDB)存储中文乱码? - App Inv...

...存储完成后,读取出来显示就是乱码,如图: 原因: 使用了默认的网络微数据库地址,即MIT的服务器地址为:http://tinywebdb.appinventor.mit.edu,它不支持中文字符存储。 解决: 换用国内的服务器即可解决,速度还快! 推荐:...
https://bbs.tsingfun.com/thread-1577-1-1.html 

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

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

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

...景颜色不是 bool 型,不能直接插入判断积木。 [hide]要使用 等于(推荐数学块.等于,当然文本块.等于也可以) 来判断才行。 经检验,数学及文本块下面的等于判断积木都可以用于颜色的比较: [/hide]
https://bbs.tsingfun.com/thread-1585-1-1.html 

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

使用“列表”中的“创建列表”积木,点击拓展按钮拖动多个参数,详细步骤如下:
https://bbs.tsingfun.com/thread-1587-1-1.html 

AppInventor如何选相反数? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

问:AppInventor如何选相反数? 答:使用“数学”中的“相反数”积木: 返回给定数字的负数,若给定负数则返回正数。如:8 返回 -8,-0.7 返回 0.7,0 则仍然返回 0。 文档:https://www.fun123.cn/reference/blocks/math.html#neg
https://bbs.tsingfun.com/thread-1590-1-1.html 

AppInventor2列表显示框中列表项背景颜色可以定制吗? - App Inventor 2 中...

...不能定制每个列表项的背景颜色。 要做到这一点,请使用高级拓展版的列表显示框: 列表项背景色ColinTreeListViewElement1 ▾.ElementBackgroundColor ▾ 设置ColinTreeListViewElement1 ▾.ElementBackgroundColor ▾ https://aix.colintree.cn/zh/extensions/C...
https://bbs.tsingfun.com/thread-1593-1-1.html 

Error 1103: Unable to complete the given request with the text - App I...

...助菜单 -> AI伴侣信息,升级一下AI伴侣,就可以愉快地使用啦~ 你这答案跟没说一样,解决不了任何问题paulxlxy 发表于 2024-05-30 21:37 你这答案跟没说一样,解决不了任何问题 本质原因是网络受限导致连接失败。来,你来给个更...
https://bbs.tsingfun.com/thread-1599-1-1.html 

AppInventor怎么修改app图标? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

在默认屏幕Screen1的属性“图标”中修改,如图: 点击?,可以查看属性的帮助,“更多信息”可跳转中文文档页面: 可以使用透明背景的png图片作为图标,以实现镂空的效果:https://bbs.tsingfun.com/forum.p ... 319&fromuid=810
https://bbs.tsingfun.com/thread-1601-1-1.html 

【解决】Component "com.google.appinventor.components.runtime.Butt...

... 解决:if 判断代码块过多导致的,精简 if 判断代码块,使用数据表(字典)来处理逻辑。AppInventor逻辑处理数量是有上限的。 引用创始人的回复:Java 和 Android 的内部类表示大多是 16 位,因此许多东西(例如方法)的长度就...