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

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

App Inventor 2 颜色代码块 · App Inventor 2 中文网

... 接受 3 或 4 个数字的列表。 此列表中的这些数字表示 RGB 代码中的值。 RGB 代码用于在互联网上生成颜色。 RGB 颜色图表可在此处获得。 该列表中的第一个数字代表代码的 R 值,第二个代表 G,第三个代表 B,第四个值是可选的...
https://www.fun123.cn/reference/pro/pan.html 

App Inventor 2 接入百度网盘API · App Inventor 2 中文网

...户登录认证,拿到access_token,后续请求必备参数 【使用Web浏览框】 3、获取文件列表,返回JSON,拿出想要的文件的fsid 【使用Web客户端】 4、获取文件信息,返回JSON,根据fsid取出dlink 【使用Web客户端】 5、根据dlink...
https://www.fun123.cn/reference/blocks/math.html 

App Inventor 2 数学代码块 · App Inventor 2 中文网

... 最小值 (min) 最大值 (max) 平方根 (square root) 绝对值 (abs) 相反数 (neg) 对数 (log) e^ 四舍五入 (round) 上取整 (ceiling) 下取整 (floor) 求模 (modulo) 余数 (remainder) 商 (quotient) 正弦 (sin) 余弦 (cos) 正切 (tan) 反正弦 (asin...
https://www.fun123.cn 

App Inventor 2 中文网

...if (window.navigator.userAgent.indexOf("MSIE") != -1){ document.getElementById("unsupported").style.display = 'block';}function hide_loading() { document.getElementById("loading").style.display = 'none';}var _hmt = _hmt || [];(function() { var hm = document.createElement("script"); hm.src = "htt...
https://www.fun123.cn/referenc... 

App Inventor 2 列表选择器 用法示例 · App Inventor 2 中文网

... var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?8d287b854d737bdc880e8ddeac1b309d"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); App Inventor 2 列表...
https://www.fun123.cn/referenc... 

Activity启动器(ActivityStarter)如何查看并启动其他App · App Inventor 2 中文网

... var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?8d287b854d737bdc880e8ddeac1b309d"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); Activity启动器(Ac...
https://www.fun123.cn/referenc... 

使用模拟器构建应用程序 · App Inventor 2 中文网

... var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?8d287b854d737bdc880e8ddeac1b309d"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); 使用模拟器构建...
https://www.fun123.cn/referenc... 

将Genymotion模拟器与App Inventor一起使用 · App Inventor 2 中文网

... 【连接调试】App Inventor 2 连接方式:AI伴侣、模拟器、USB 【连接调试】Ai2 Starter模拟器下载及安装 将Genymotion模拟器与App Inventor一起使用 与 App Inventor 一起发布的 Google Android 模拟器运行速度很慢。有些人更...
https://www.fun123.cn/referenc... 

制作列表 · App Inventor 2 中文网

...列表中的第一个元素是索引 1。在下图中,a 的索引为 1,b 的索引为 2,c 的索引为 3。 也就是说如果我们知道列表的名称及索引号,我们就能在列表中引用一个特定的元素。 App Inventor 列表 在 App Inventor 中,使用列表来存储...
https://www.fun123.cn/referenc... 

微数据库 · App Inventor 2 中文网

...理就是用户A将数据通过网络传输到云服务器,然后用户B通过网络可以读取到用户A存储的数据,最典型的应用就是类似微信的聊天App了。 本地数据库一般指的就是“微数据库”,提供键、值方式的存储。 本示例程序演示了如...