To split a string with space as delimiter in Java, call split() method on the string object, with space " " passed as argument to the split() method.
確定! 回上一頁