可以快速上手的开发文档
输入例子[false,true,undefined,null,NaN,0,1,{},{},'a','a',NaN].uniq()输出例子[false,true,undefined,null,NaN,0,1,{..