Java工程得到文件路径
System.out.println(System.getProperty("user.dir"));//得到工程所在磁盘路径 String mailFilePath = new File("WebRoot").getAbsolutePath()+"\\file\\maiList.txt";//得到webRoot下file文件夹下maiList.txt所在磁盘路径
System.out.println(System.getProperty("user.dir"));//得到工程所在磁盘路径 String mailFilePath = new File("WebRoot").getAbsolutePath()+"\\file\\maiList.txt";//得到webRoot下file文件夹下maiList.txt所在磁盘路径