只是打电话
fw.write(System.getProperty("line.separator"));。System.getProperty("line.separator") 将为您的平台(无论是Windows还是Unix风格)提供行分隔符。
只是打电话
fw.write(System.getProperty("line.separator"));。System.getProperty("line.separator") 将为您的平台(无论是Windows还是Unix风格)提供行分隔符。