大约有 500 项符合查询结果(耗时:0.0070秒) [XML]
App Inventor 2 过程代码块 · App Inventor 2 中文网
...
App Inventor 2 过程代码块
定义无返回值过程(procedure do)
定义返回值过程(procedure result)
过程是一系列代码块的组合,为了减少代码块的重复。在计算机...
块扩展 · App Inventor 2 中文网
... 我要反馈
块扩展
« 返回首页
App Inventor 2 引入了一项新功能,允许某些块扩展、收缩甚至更改其功能。
顶部具有蓝色框白色齿轮的代码块都是可...
App Inventor 2 列表代码块 · App Inventor 2 中文网
...
App Inventor 2 列表代码块
创建空列表
创建列表
追加列表项
检查列表中是否包含对象
求列表长度
列表是否为空?
随机选取列表项
求对象在列表中...
编辑你的应用(复制和粘贴) · App Inventor 2 中文网
...组件
» 复制组件
» 粘贴组件
操作代码块
» 复制代码块
» 粘贴代码块
复制屏幕
分享设计
« 返回首页
App Inventor 包含剪切、复制和粘贴应用程序部分设计的功能。
操作组件
你的应用程...
使用App Inventor 2 控制物联网设备/低功耗蓝牙设备(BLE) · App Inventor 2 中文网
...施的结果和影响。
MIT App Inventor
MIT App Inventor 具有基于块的可视化编程界面,是开发 IoT 应用程序的理想选择。 借助 App Inventor,用户只需选择功能块并将其拖放到基于 Web 浏览器的平台上即可创建自己的 Android 移动应用程序 [2]...
社交应用组件 · App Inventor 2 中文网
...性
背景颜色
设置联系人选择框的背景颜色,使用RGBA数值表示,如果设置了图像属性,则不能显示背景颜色直到删除图像属性为止。
联系人姓名
返回所选联系人的全名,如果名称不可用,则返回空字符串。
联系人URI
...
App Inventor 2 任意组件代码块 · App Inventor 2 中文网
... App Inventor 2 任意组件代码块
任意代码块,代码整洁之道
任意组件中的“尚未处理”参数是什么意思?
官方文档翻译版
任意代码块,代码整洁之道
...
【App Inventor 2 数据可视化】使用柱状图和饼图收集数据 - App应用开发 - ...
...Button代码,记录用户按下它的次数。如何使用下面显示的块(包括变量<font class="text-color-131" color="#ffc107">happyButtonTotal</font>)来保存用户按下按钮的总次数?使用你从其他App Inventor应用程序中了解的内容来完...
App Inventor 2 颜色代码块 · App Inventor 2 中文网
...
App Inventor 2 颜色代码块
App Inventor 中的颜色如何发挥作用?
基本颜色
合成颜色
分解颜色
颜色代码块主要分为三种类型:
基本颜色
合成颜色
分...
程序设计里代码块较多,有点卡,有没有办法解决? - App Inventor 2 中文网...
...卡,这个有没有办法呢?
答:AppInventor2目前不支持代码块的模块化,不过也有一些技巧可以减少代码块的数量,还能提高代码的质量:
1. 提取过程消除重复代码,这个是最直观的方式,如果你的代码中有大量的重复代码,是...