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

https://www.fun123.cn/reference/blocks/text.html 

App Inventor 2 文本代码块 · App Inventor 2 中文网

...符串,则认为它在ASCII顺序上大于另一个字符串,比如:cat > Cat。 删除空格 删除输入字符串前面或尾部的任何空格并返回结果。注:不会删除中间的任何空格! 大写 返回转换为全部大写的文本字符串的副本。 小写 ...
https://www.fun123.cn/reference/blocks/lists.html 

App Inventor 2 列表代码块 · App Inventor 2 中文网

...对元素。 例如,如果列表为 [[a,apple], [d,Dragon], [,boxcar], [cat,100]],则查找 b 将返回 boxcar。 如果列表中没有这样的对,则 在键值对中查找 将返回未找到参数。 如果 键值对 不是列表对,则操作将发出错误信号。 分隔符...
https://www.fun123.cn/referenc... 

在 App Inventor 2 中使用图像 · App Inventor 2 中文网

...hes[a] when they try to run it, with an error message like: Failed to allocate a 25165836 byte allocation with 3395432 free bytes and 3MB until OOM What’s happening here is that the app is is running out of memory (OOM). In the case of the message above, the phone is trying to allocate 25 megab...
https://www.fun123.cn/reference/creative/asd.html 

Android存储系统基础知识:内部存储,外部存储,App特定目录 ASD(app speci...

...存在: /data/data// 私有目录在: /data/user/0//files/ 私有目录可与文件组件一起使用来保存/读取文本(设置不带斜杠的路径),它只能由您的应用程序访问,并且在卸载应用程序时会自动删除。 ...
https://www.fun123.cn/referenc... 

AccessibilityTools 无障碍工具扩展:执行返回、主页和最近任务等操作 · A...

...ityTool 版本:1 作者:Aryan Gupta(AryanGupta) 发布时间:2020-12-06 原帖附件标注大小:11.7 KB 下载 .aix 拓展文件: aryan.gupta.BackButton.aix 原帖未提供 .aia 示例文件。 要求 功能 ...
https://www.fun123.cn/reference/pro/weather.html 

App Inventor 2 天气预报App开发 - 第三方API接入的通用方法 · App Inventor 2 中文网

...l -L -X GET --compressed 'https://api.qweather.com/v7/weather/7d?location=101010100&key=YOUR_KEY' 第三方API的调用 使用”Web客户端“组件调用第三方API,代码如下: JSON结果的解析 请求成功返回JSON示例 { "code": "200", "updateTime": "2021-11-15T16:35+08:...
https://www.fun123.cn/referenc... 

MultiImagePicker 拓展:图片单选/多选扩展 · App Inventor 2 中文网

...Pick(maxCount) 打开系统选择器多选图片。maxCount 小于等于 0 表示不额外限制数量。 SinglePick() 打开系统选择器单选图片。 拓展下载 .aix 最新拓展下载: cn.fun123.MultiImagePicker.aix ...
https://www.fun123.cn/referenc... 

App Inventor 2 CirculBar 扩展:在图像组件上绘制自定义圆形进度条 · App Inventor 2 中文网

... 进度值 number 进度百分比值,如 50 表示 50% 文字颜色 color 中间百分比文字的颜色,支持颜色名称(如 red、white)或 16 进制值(如 #ed1414f3) 进度条...
https://www.fun123.cn/referenc... 

App Inventor 2 蓝牙BLE扩展源码分析 - WriteBytes vs WriteStrings 23字节...

...写入路径 位于 BLEWriteOperation.write() 方法第678-690行: if (mClass == String.class) { byte[] str = ((String) data.get(0)).getBytes(); // ↓ 23字节硬限制! final int len = Math.min(23, str.length + (null...
https://www.fun123.cn/referenc... 

NumberPicker 扩展:滑动选择数字,自定义样式 · App Inventor 2 中文网

...: NumberPicker.aia 基本信息 版本:v1.0 发布时间:2025-07-02 JDK:11 最低 API 级别:21 更新时间:2025-07-02 构建方式:FAST v3.7.2-premium 方法 ShowNumberPickerDialog显示数字选择器对话框(组...