ee.List.repeat

返回一个新列表,其中包含重复了 count 次的值。

用法返回
ee.List.repeat(value, count)列表
参数类型详细信息
value对象要重复的值。
count整数重复次数。