大约有 100 项符合查询结果(耗时:0.0047秒) [XML]
App Inventor 2 颜色代码块 · App Inventor 2 中文网
... 接受 3 或 4 个数字的列表。 此列表中的这些数字表示 RGB 代码中的值。 RGB 代码用于在互联网上生成颜色。 RGB 颜色图表可在此处获得。 该列表中的第一个数字代表代码的 R 值,第二个代表 G,第三个代表 B,第四个值是可选的...
创建自定义 TinyWebDB 服务 · App Inventor 2 中文网
...nyWebDB can be used to facilitate communication between phones and apps (e.g., multi-player games).
By default, the TinyWebDB component stores data on a test service provided by App Inventor, http://tinywebdb.appinventor.mit.edu/ . This service is helpful for testing, but it is shared by all App In...
App Inventor 2 接入百度网盘API · App Inventor 2 中文网
...户登录认证,拿到access_token,后续请求必备参数 【使用Web浏览框】
3、获取文件列表,返回JSON,拿出想要的文件的fsid 【使用Web客户端】
4、获取文件信息,返回JSON,根据fsid取出dlink 【使用Web客户端】
5、根据dlink...
App Inventor 2 数学代码块 · App Inventor 2 中文网
... 最小值 (min)
最大值 (max)
平方根 (square root)
绝对值 (abs)
相反数 (neg)
对数 (log)
e^
四舍五入 (round)
上取整 (ceiling)
下取整 (floor)
求模 (modulo)
余数 (remainder)
商 (quotient)
正弦 (sin)
余弦 (cos)
正切 (tan)
反正弦 (asin...
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...
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 列表...
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...
使用模拟器构建应用程序 · 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); })();
使用模拟器构建...
将Genymotion模拟器与App Inventor一起使用 · App Inventor 2 中文网
... 【连接调试】App Inventor 2 连接方式:AI伴侣、模拟器、USB
【连接调试】Ai2 Starter模拟器下载及安装
将Genymotion模拟器与App Inventor一起使用
与 App Inventor 一起发布的 Google Android 模拟器运行速度很慢。有些人更...
制作列表 · App Inventor 2 中文网
...列表中的第一个元素是索引 1。在下图中,a 的索引为 1,b 的索引为 2,c 的索引为 3。
也就是说如果我们知道列表的名称及索引号,我们就能在列表中引用一个特定的元素。
App Inventor 列表
在 App Inventor 中,使用列表来存储...