Jslfl【软件开发技术笔记】

java去除回车换行字符

替换掉全部驾车换行符
string.replaceAll(“\\r\\n”, “”)

,

Comments are currently closed.