大约有 2,600 项符合查询结果(耗时:0.0076秒) [XML]

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

编译打包为apk格式,进行到75就编译失败。 - App Inventor 2 中文网 - 清泛...

为什么编译打包为apk格式,进行到75就编译失败。上图看不到错误信息。根据经验一般这种报错不外乎:代码块重复,代码块不完整参数遗漏,拓展新旧本重复等。特别注意,代码视图中有没有错误和警告!可以先备份项目,...
https://bbs.tsingfun.com/thread-2907-1-1.html 

有返回值的过程代码块怎样执行代码块并返值? - App Inventor 2 中文网 - ...

Q: 请教一下,这两个过程块一个有返回结果,一个没有返回结果。这两没法包含着用而且里面的插槽形状也不一样,我想知道如果定义一个过程函数时需要里面有执行块还有其它块最后返回结果,这个时候该咋办? 有返回结果...
https://bbs.tsingfun.com/thread-2910-1-1.html 

运行时会有runtime error,但是ai伴侣没有问题 - App Inventor 2 中文网 - ...

用户名:13313246460
https://bbs.tsingfun.com/thread-2912-1-1.html 

ImagePicker 图像选择器如何一次选择多张图片? - App Inventor 2 中文网 -...

https://www.fun123.cn/reference/components/media.html#ImagePicker 根据文档最新本,是可以选多张图片的,但是实际测试下来,一次只能选一张,可能跟安卓本及手机有关,可能有的手机可以选择多张,纯猜测未验证。英文社区也有相关...
https://www.fun123.cn/referenc... 

使用App Inventor扩展实现多点触控:Rotation Detector · App Inventor 2 中文

...关于我们 发布日志 服务条款 教育 中文教程 中文社区 反馈 我要反馈 使用App Inventor扩展实现多点触控:Rotation Detector ...
https://www.fun123.cn/referenc... 

使用App Inventor扩展实现多点触控:Rotation Detector · App Inventor 2 中文

...关于我们 发布日志 服务条款 教育 中文教程 中文社区 反馈 我要反馈 使用App Inventor扩展实现多点触控:Rotation Detector ...
https://www.fun123.cn/referenc... 

使用App Inventor扩展实现多点触控:Rotation Detector · App Inventor 2 中文

...关于我们 发布日志 服务条款 教育 中文教程 中文社区 反馈 我要反馈 使用App Inventor扩展实现多点触控:Rotation Detector ...
https://www.fun123.cn/referenc... 

使用App Inventor扩展实现多点触控:Rotation Detector · App Inventor 2 中文

...关于我们 发布日志 服务条款 教育 中文教程 中文社区 反馈 我要反馈 使用App Inventor扩展实现多点触控:Rotation Detector ...
https://www.fun123.cn/referenc... 

使用App Inventor扩展实现多点触控:Rotation Detector · App Inventor 2 中文

...关于我们 发布日志 服务条款 教育 中文教程 中文社区 反馈 我要反馈 var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.j...
https://bbs.tsingfun.com/thread-1974-1-1.html 

AppInventor2中的二进制数据以什么样的形式传递?字节列表、字节数组是什么...

1、byte[] 类型(字节数组)的字段:App Inventor 无法直接处理字节数组,但它们可以作为扩展之间的通用 Object 类型变量进行交换。 MQTT拓展中的字节数组的处理方式就是这种,直接转换成byte[]: @SimpleFunction(description = "Publishe...