How to split string by new line in Java 8? If you are using Java 8, you can use "\R" pattern instead of "\\r?\\n|\\r" ...
確定! 回上一頁