To split a string on any whitespace characters (such as space, tab, or newline), you can use the regular expression "\\s+" . Here is an example of how to split ...
確定! 回上一頁