js 数组与字符串互相转换

1、数组转字符串

arr.join()

2、字符串转数组

str.split(',')

原文地址:https://www.cnblogs.com/sweet-ice/p/11169067.html