62,620
社区成员
发帖
与我相关
我的任务
分享
String lineSeparator = System.getProperty("line.separator");
String s = "xyz;123"; System.out.println(s);String s = "xyz;
123"; System.out.println(s);String s = "xyz;123"; System.out.println(s); // 这是一段测试“;”后换行的代码