问答详情
源自:3-13 JSTL标签之redirect标签

没有导入页面

<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格式输出,但是页面没有像百度主页一样显示

https://img3.mukewang.com/5b964f3400012d7711860327.jpg

提问者:都是快乐时光 2018-09-10 19:04

个回答