大约有 300 项符合查询结果(耗时:0.0041秒) [XML]
App Inventor 2 文本代码块 · App Inventor 2 中文网
...符串,则认为它在ASCII顺序上大于另一个字符串,比如:cat > Cat。
删除空格
删除输入字符串前面或尾部的任何空格并返回结果。注:不会删除中间的任何空格!
大写
返回转换为全部大写的文本字符串的副本。
小写
...
App Inventor 2 列表代码块 · App Inventor 2 中文网
...对元素。
例如,如果列表为 [[a,apple], [d,Dragon], [,boxcar], [cat,100]],则查找 b 将返回 boxcar。
如果列表中没有这样的对,则 在键值对中查找 将返回未找到参数。 如果 键值对 不是列表对,则操作将发出错误信号。
分隔符拼接成...
在 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...
Android存储系统基础知识:内部存储,外部存储,App特定目录 ASD(app speci...
...存在: /data/data//
私有目录在: /data/user/0//files/
私有目录可与文件组件一起使用来保存/读取文本(设置不带斜杠的路径),它只能由您的应用程序访问,并且在卸载应用程序时会自动删除。
...
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:...
App Inventor 2 ECharts 拓展:基于 ECharts 强大的个性化数据图表展示 · ...
...该方程式来自官方demo,代码如下:
{
x: {
step: 0.05
},
y: {
step: 0.05
},
z: function (x, y) {
if (Math.abs(x) < 0.1 && Math.abs(y) < 0.1) {
return '-';
}
return Math.sin(x * Math.PI) * Math.sin(y * Math.PI);
}
}...
App Inventor 2 标签内容过多,如何做到可上下滑动? · App Inventor 2 中文网
...系方式: 不需要回复的可留空~ 意见反馈(300字以内): 给个鼓励也行呐~o~ 提供截图(仅截取当前可视区域) delete edit 高亮或隐藏信息 ...
App Inventor 2 MenuSlide 拓展:滑动菜单效果 · App Inventor 2 中文网
...系方式: 不需要回复的可留空~ 意见反馈(300字以内): 给个鼓励也行呐~o~ 提供截图(仅截取当前可视区域) delete edit 高亮或隐藏信息 ...
App Inventor 2 SideBarV2 侧边栏拓展 · App Inventor 2 中文网
...系方式: 不需要回复的可留空~ 意见反馈(300字以内): 给个鼓励也行呐~o~ 提供截图(仅截取当前可视区域) delete edit 高亮或隐藏信息 ...
App Inventor 2 AlphaDialog 对话框扩展 · App Inventor 2 中文网
...系方式: 不需要回复的可留空~ 意见反馈(300字以内): 给个鼓励也行呐~o~ 提供截图(仅截取当前可视区域) delete edit 高亮或隐藏信息 ...