没有导入页面
<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把other.jsp页面在firstDemo.jsp以html格式输出,但是页面没有像百度主页一样显示