📄 error.jsp
字号:
<%-- Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.--%><%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %><fmt:setBundle basename="LocalStrings"/><html><head><title><fmt:message key="login.error.jsp.title"/>/title></head><body><h2><fmt:message key="login.error.jsp.title"/></h2><hr><fmt:message key="login.error.jsp.loginerror"/>. <BR><fmt:message key="login.error.jsp.check_user_password"/>.<hr><fmt:message key="login.error.jsp.user_principal_is"/>:<% if ( request.getUserPrincipal() == null ) out.println(request.getUserPrincipal() + "<BR>");else out.println(request.getUserPrincipal().getName() + "<BR>");%><br></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -