The String has a built-in method for splitting strings: String [] split (String regex) - splits the string around matches of the given regular expression. split ...
確定! 回上一頁