String as[] = s5.split(","); My intuition says should create an array of length 29 given the number of commas in the String. When I ...
確定! 回上一頁