javascript 数组之间增加某个符合arr.join('、');

var arr=["a","b","c"];

arr.join(',');//返回值是字符串:a,b,c

原文地址:https://www.cnblogs.com/zlp520/p/11290136.html