利用split(‘分隔符‘)
数组转化为字符串用join arr.join(’,,’);
字符串转换为数组
原文:https://www.cnblogs.com/xjt31/p/12942256.html