如题,谢谢
直接好像是获取不到的。你可以在先获取后存储到request或者session中。,然后在jsp中使用el去取。//项目路径String path = request.getSession().getServletContext().getRealPath("");request.setAttribute("path",path);
jsp:
${path}