public static void main(String[] args) {
String str = "啊\r\n啊";
str = str.replaceAll("(\r\n|\n)", "<br/>");
System.out.println(str);
}
亲测可用
原文地址:https://www.cnblogs.com/niudaxianren/p/11727649.html
时间: 2024-10-09 14:20:05
public static void main(String[] args) {
String str = "啊\r\n啊";
str = str.replaceAll("(\r\n|\n)", "<br/>");
System.out.println(str);
}
亲测可用
原文地址:https://www.cnblogs.com/niudaxianren/p/11727649.html