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

https://www.fun123.cn/reference/other/ 

App Inventor 2 其他参考资料 · App Inventor 2 中文网

...使用 XML 和 Web 服务 创建自定义 TinyWebDB 服务 云数据及<em>Fem>irebase组件简介 使用App Inventor控制物联网设备/低功耗蓝牙设备(BLE) 传感器 使用位置传感器 将App Inventor项目连接到外部传感器 将Genymotion模拟器与App Inventor一起...
https://www.fun123.cn/referenc... 

列表显示框布局:使用布局和元素字串 · App Inventor 2 中文网

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

任何组件块 · App Inventor 2 中文网

...码更通用。 例如,这允许您创建一个按钮列表并使用 <em>fem>or-<em>eacem>h 循环一次更新它们的所有属性,例如: 图 1. 使用循环隐藏列表中所有按钮的例子 三种主要组件块类型(即事件、方法和属性)中的每一种都具有相应的“任何组...
https://www.fun123.cn/referenc... 

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

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

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

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

显示列表 · App Inventor 2 中文网

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

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

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

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

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

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

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

使用 JSON 和 Web API · App Inventor 2 中文网

...类型,同样App Inventor也支持这些值。 JSON 布尔值true和<em>fem>alse 对应 App Inventor真和假 JSON 数字(整数和小数)对应 App Inventor 数字 JSON 字符串 对应 App Inventor 文本 JSON 数组 对应 App Inventor 列表 JSON 对象 对应 App Inventor 字典 一...