js拆分使用逗号,拼接的字符串,拆分成数组 let item = 1,2,3,4 var arr = [] arr = item.split(',') console.log("打印----2023-02-28JavaScript120