getRequestURI在不同tomcat下的不同结果

<%
System.out.println(request.getRequestURI());
String a = response.encodeURL(“a.jsp?x=1”);
%>

你可能感兴趣的:(getRequestURI)