没有导入页面
<c:catch var="error32">
<c:import url="/other.jsp" var="WW" context="/other" scope="session"
charEncoding="utf-8" />
</c:catch>
<c:out value="${error32}" />
<br>
<c:out value="${sessionScope.WW}"/>
可以通过cout把html导入,但是other.jsp没有像百度首页一样显示
<c:catch var="error32">
<c:import url="/other.jsp" var="WW" context="/other" scope="session"
charEncoding="utf-8" />
</c:catch>
<c:out value="${error32}" />
<br>
<c:out value="${sessionScope.WW}"/>
可以通过cout把html导入,但是other.jsp没有像百度首页一样显示
2018-09-10
举报