获得当前运行文件在服务器上的绝对路径
1.request.getSession().getServletContext().getRealPath("/");
2.ContextLoader.getCurrentWebApplicationContext().getServletContext().getRealPath("/");
2023-10-16 08:50:58
获得当前运行文件在服务器上的绝对路径
1.request.getSession().getServletContext().getRealPath("/");
2.ContextLoader.getCurrentWebApplicationContext().getServletContext().getRealPath("/");