Method 2: Using split() ; 1. let stringArray = "a,b,c"; ; 3. let array = stringArray.split(",") ; 5. console · log(array);.
確定! 回上一頁