ee.List.indexOf

返回列表中首次出现元素的位置,如果列表不包含该元素,则返回 -1。

用法返回
List.indexOf(element)整数
参数类型详细信息
此:list列表
element对象