9
1
10
834
0
字符串轉數(shù)組 let string = "12345,56789"string.split(',') // ['12345','56789'] 數(shù)組轉字符串 let arra...