天天看点

${pageContext.request.contextPath}无法解析乱码使用不了

在jsp中${pageContext.request.contextPath}解析乱码

${pageContext.request.contextPath}解析乱码或使用不了

${pageContext.request.contextPath}无法解析乱码使用不了

解决方案:

<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
         http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
         version="3.1">      
<dependency>
      <groupId>javax.servlet.jsp</groupId>
      <artifactId>jsp-api</artifactId>
      <version>2.1</version>
    </dependency>