JavaScript 常用方法

[].concat([],[]); 合并俩个数组
[].concat([]) 合并俩个数组
[].join(",") 使用给定,连接该数组 a,b,c
原文地址:https://www.cnblogs.com/daxin/p/3205738.html