📄 config.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" %><%@ taglib prefix="my" uri="http://jakarta.apache.org/tomcat/jsp2-example-taglib"%><fmt:setBundle basename="LocalStrings"/> <h1><fmt:message key="config.jsp.title"/></h1> <hr> <p><fmt:message key="config.jsp.overview"/></p> <ul> <li><fmt:message key="config.jsp.topbanner"/></li> <li><fmt:message key="config.jsp.bottombanner"/></li> <li><fmt:message key="config.jsp.disablescripting"/></li> <li><fmt:message key="config.jsp.disableelements"/></li> <li><fmt:message key="config.jsp.pagecondition"/></li> </ul> <fmt:message key="config.jsp.footnote"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -