菜单
关闭
Home
Java
Clojure
Python
Linux
订阅
菜单
Groovy去除重复数据
2016年02月04日
标签:
Groovy
def list = [a, b, c, c, c,d,e,e] // [a, b, c, d, e] list.unique()