web

在jsp页面中获取当前项目的名称可以:

(1)<%=this.getServletContenxt().getContextPath()%>

(2)${pageContext.request.getContextPath}

你可能感兴趣的:(java)