windows linux同样适用的换行符,路径分隔符
String newLine= System.getProperty("line.separator");
File.separator
获取工程路径:
System.getProperty("user.dir")