islogin.jsp

来自「这是图书管理系统 ~~用JSP实现的 大家要的可以」· JSP 代码 · 共 8 行

JSP
8
字号
<%@ page contentType="text/html; charset=GBK" %>
<c:if test="${empty sessionScope.admin}">
<jsp:forward page="login.jsp"/>
</c:if>
<%
request.getSession().setAttribute("url",request.getRequestURI());
%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?