System.out.println(System.getProperty("user.dir"));//得到工程所在磁盘路径 String mailFilePath = new File("WebRoot").getAbsolutePath()+"\\file\\maiList.txt";//得到webRoot下file文件夹下maiList.txt所在磁盘路径
时间: 2024-10-12 13:03:16
System.out.println(System.getProperty("user.dir"));//得到工程所在磁盘路径 String mailFilePath = new File("WebRoot").getAbsolutePath()+"\\file\\maiList.txt";//得到webRoot下file文件夹下maiList.txt所在磁盘路径