1、获得ContextPath
在Servlet中,用request.getContextPath();方法
在JSP中,用${pageContext.request.contextPath},这个其实等价于pageContextPath.getRequest().getContextPath();
JavaWeb:知识点总结(1)
时间: 2024-10-13 00:36:12
1、获得ContextPath
在Servlet中,用request.getContextPath();方法
在JSP中,用${pageContext.request.contextPath},这个其实等价于pageContextPath.getRequest().getContextPath();