String nowpath = System.getProperty("user.dir");
filePath = nowpath.replace("bin", "webapps");
转载于:https://www.cnblogs.com/yongwuqing/p/5409128.html
String nowpath = System.getProperty("user.dir");
filePath = nowpath.replace("bin", "webapps");
转载于:https://www.cnblogs.com/yongwuqing/p/5409128.html