ee.List.insert

在列表中的指定位置插入元素。负索引从列表末尾反向计数。

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