String [] mySplit=str.split(pivot);. what is introduced between [ ] is the character from where the string is split (in this case the space: “ ...
確定! 回上一頁