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

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

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

...m, s); })(); App Inventor 2 列表选择器 用法示例 列表选择器(ListPicker)基本用法 设置固定的列表项,设置“元素字串”属性,多个列表项使用英文逗号分...
https://www.fun123.cn/referenc... 

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

... 我要反馈 列表显示框布局:使用布局和元素字串 元素字串 布局 与 列表数据 主文本 - MainText 主文本,详细文本(垂直) - MainText,Det...
https://www.fun123.cn/referenc... 

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

...馈 App Inventor 2 列表选择器 用法示例 列表选择器(ListPicker)基本用法 设置固定的列表项,设置“元素字串”属性,多个列表项使用英文逗号分...
https://www.fun123.cn/referenc... 

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

...馈 App Inventor 2 列表选择器 用法示例 列表选择器(ListPicker)基本用法 设置固定的列表项,设置“元素字串”属性,多个列表项使用英文逗号分...
https://www.fun123.cn/referenc... 

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

...馈 App Inventor 2 列表选择器 用法示例 列表选择器(ListPicker)基本用法 设置固定的列表项,设置“元素字串”属性,多个列表项使用英文逗号分...
https://www.fun123.cn/referenc... 

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

...馈 App Inventor 2 列表选择器 用法示例 列表选择器(ListPicker)基本用法 设置固定的列表项,设置“元素字串”属性,多个列表项使用英文逗号分...
https://bbs.tsingfun.com/thread-1486-1-1.html 

App Inventor 2内置块中列表逐个执行(列表如何遍历)? - App Inventor 2 ...

列表代码块中没有提供遍历的方法,遍历逻辑在控制代码块中,提供 2 种遍历方式:方法1:控制代码块 > 从列表循环 对于无需知道列表当前遍历的下标索引,用这种最好[hide][/hide]方法2:控制代码块 > 从范围循环 典型的使...
https://bbs.tsingfun.com/thread-1590-1-1.html 

AppInventor2列表显示框中列表项背景颜色可以定制吗? - App Inventor 2 中...

问:列表显示框中,能不能设置 奇数项背景颜色 是黄色  偶数项背景是红色?答:App Inventor 2 原生“列表显示框”组件只能设置一个整体的背景颜色,不能定制每个列表项的背景颜色。 要做到这一点,请使用高级拓展...
https://www.fun123.cn/reference/pro/advlist.html 

App Inventor 2 列表排序,函数式编程轻松实现高级排序算法 · App Inventor 2 中文网

...索 App Inventor 2 列表排序,函数式编程轻松实现高级排序算法 基本数据类型(文本和数字)升序 基本数据类型(文本和数字)降序 复杂结构类型中...
https://bbs.tsingfun.com/thread-1761-1-1.html 

appinventor2中求某个值在列表中的索引用什么方法? - App Inventor 2 中文...

使用“求对象在列表中的位置”方法就可以了: 返回指定对象在列表中的位置,从 1 开始,如果不在列表中,则返回 0。 相应地,知道了索引,从列表中取值得方法是:选择列表中索引值对应的列表项返回给定列表中给定索...