问答详情
源自:3-12 JSTL标签之import标签(下)

没有导入页面

https://img.mukewang.com/5b964fea00012d7711860327.jpg

<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 19:06

个回答