String str = "a,b,c,,"; String[] ary = str.split(","); // result 3 System.out.println(ary.length);. 在code review 的時候發現一個有趣的狀況,
確定! 回上一頁