<c:if test="${empty sessionScope.isLog}"> 你没有登录或登录超时 <a href="index.jsp">重新登录</a> </c:if>
<c:if test="${sessionScope.isLog eq 1}">
<!--这里是实现功能的代码--> </c:if>
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。