📄 check_login.jsp
字号:
<%-- makes sure the page was requested through the Controller --%>
<c:if test="${requestScope['cameFromController'] != 'true'}">
<c:set var="loginError" value="Error: Not logged in" scope="request" />
<jsp:forward page="/index.jsp" />
</c:if>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -