ee.List.set

将列表中指定位置的值替换为元素。负索引从列表末尾反向计数。

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