public String[] split(String regex) : This is a shortcut method to split the string into maximum possible elements. This method calls split(regex, 0) method.
確定! 回上一頁