hello.jsp
来自「一个java写的加密算法」· JSP 代码 · 共 24 行
JSP
24 行
<%-- 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="tags" tagdir="/WEB-INF/tags" %><fmt:setBundle basename="LocalStrings"/><html> <head> <title><fmt:message key="tagfileshello.jsp.title"/></title> </head> <body> <h1><fmt:message key="tagfileshello.jsp.title"/></h1> <hr> <p><fmt:message key="tagfileshello.jsp.overview"/></p> <p><fmt:message key="tagfileshello.jsp.notice"/></p> <br> <b><u><fmt:message key="tagfileshello.jsp.result"/></u></b> <tags:helloWorld/> </body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?