List.Count(list as list) as number
返回列表 list 中的项数。
list
查找列表 { 1, 2, 3 } 中的值的数目。
使用情况
List.Count({ 1, 2, 3 })
输出
3