java urlrewrite outbound-rule 在前台无效果已解决
<a href="<c:url value=""/>">a</a>或
<a href="<%=response.encodeURL('url')%>">a</a>
outbound-rule得配合C标签使用或用<%=response.encodeURL('url')%>才能在页面上正常显示
发布时间: 2012-09-11 10:49:03 作者: rapoo
java urlrewrite outbound-rule 在前台无效果已解决
<a href="<c:url value=""/>">a</a>或
<a href="<%=response.encodeURL('url')%>">a</a>
outbound-rule得配合C标签使用或用<%=response.encodeURL('url')%>才能在页面上正常显示