大约有 40,000 项符合查询结果(耗时:0.0543秒) [XML]

https://www.fun123.cn/referenc... 

将你的应用程序上传到 Google Play · App Inventor 2 中文网

...lay « 返回首页 Click here for a version of this page on which you can comment. 切换 目录 关注 我们 关注我,不迷路 在...
https://www.fun123.cn/referenc... 

背包:将代码块复制并粘贴到不同的屏幕和项目 · App Inventor 2 中文网

...在粘贴的块中重命名为 X2。 同样,如果你尝试粘贴过程 foo 的过程定义,并且工作区已包含 foo 的定义,则粘贴的过程将被重命名为 foo2。 可以将代码块粘贴到任何项目或屏幕中吗? 是的。 但是,在某些情况下,将背包中的...
https://www.fun123.cn/referenc... 

显示列表 · App Inventor 2 中文网

...使用 while 循环 序列化列表的另一种方法是使用迭代器(foreach、while)块将每个项目以及任何分隔符或装饰连续添加到标签。 下面是在标签中显示 BroadcastList 的示例,项目之间用逗号分隔。 这些块位于一个过程中,只要列表被...
https://www.fun123.cn/referenc... 

下载代码块图像、导入代码块 · App Inventor 2 中文网

... 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 width: 150, height: 150, colorDark: '#000000', //二维码颜色 colorLight: "#ffffff" //背景颜色}); App Inventor 2 中文网 © 2023 - document.write(new Date()...
https://www.fun123.cn/referenc... 

编辑你的应用(复制和粘贴) · App Inventor 2 中文网

...。 如果你希望仅粘贴组件而不复制其行为,请在按住 Shift 键的同时按粘贴组合键。如果按住 Shift 键,App Inventor 将跳过粘贴块。 粘贴时,如果与项目中的现有组件发生冲突,App Inventor 将重命名粘贴的组件。 它通过为每个冲突...
https://www.fun123.cn/referenc... 

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

... 以下是 Genymotion 的一些附加文档: How do you install Google frameworks (Play, Accounts, etc.) on a Genymotion virtual device?How to use adb with a Genymotion virtual device?How to solve the "failure install failed cpu api incompatible" error message when installing an APK file in Geny...
https://www.fun123.cn/referenc... 

构建具有多个屏幕的应用程序 · App Inventor 2 中文网

... 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 width: 150, height: 150, colorDark: '#000000', //二维码颜色 colorLight: "#ffffff" //背景颜色}); App Inventor 2 中文网 © 2023 - document.write(new Date()...
https://www.fun123.cn/reference/other/media.html 

访问图像和声音 · App Inventor 2 中文网

...r”组件的源设置为来播放 SDCard 上的歌曲/sdcard/Music/Heart of Glass.mp3,并启动“音频播放器”(当然,假设歌曲文件位于 SDCard 上),确保指定完整的文件名,包括“mp3”。 Android系统还包括另一种将SDCard文件设计为URL的方法。 ...
https://www.fun123.cn/reference/concepts/ 

App Inventor 2 概念参考文档 · App Inventor 2 中文网

... 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //URL地址 width: 150, height: 150, colorDark: '#000000', //二维码颜色 colorLight: "#ffffff" //背景颜色}); App Inventor 2 中文网 © 2023 - document.write(new Date()...
https://www.fun123.cn/referenc... 

制作列表 · App Inventor 2 中文网

...小。 有关如何使用此块的更多详细信息,请观看以下 gif: App Inventor 还提供块来对列表执行许多其他操作,有关列表块的更多信息,请查看 列表代码块 页面。 切换 目录 关注 ...