在jsp和servlet里
request.getRealPath("a.txt")
其他
File file=new File("a.txt");
String txtPath=file.getAbsolutePath();