跳到主要内容

array.distinct

数组去重(直接修改原数组)

声明

array array.distinct(array arr)

参数

参数名描述
arr数组

返回值

去重后的原数组

使用方式

返回文档