To split a string by space, we can use the String.split() method by passing a regex \\s+ as an first argument in Java.
確定! 回上一頁