java ssh中获得上下文路径

/** * 获得上下文路径 * * @return */ public String getContextPath() { HttpServletRequest request = ServletActionContext.getRequest(); return request.getContextPath(); }
相关文章
相关标签/搜索