想要检查会话变量“Sess_Var”是否包含空值
<c:if test="${Sess_Var=='NULL'}" >
<%
response.sendRedirect("doLogin.obj");
%>
但它不起作用,它没有检查它
想要检查会话变量“Sess_Var”是否包含空值
<c:if test="${Sess_Var=='NULL'}" >
<%
response.sendRedirect("doLogin.obj");
%>
但它不起作用,它没有检查它