If you are using Java 8, you can use "\R" pattern instead of "\\r?\\n|\\r" pattern. The "\R" pattern covers all the new line characters.
確定! 回上一頁