SOURCE

var a = "abc,abcd,abcde";
b = a.split(",");// 在每个逗号(,)处进行分解。
console.log(b)
console 命令行工具 X clear

                    
>
console