java技巧-获取当前系统的换行符 发表于 2020-09-14 分类于 Java java技巧-获取当前系统的换行符1234/** * 换行符 */public static String NEW_LINE = System.getProperty("line.separator");