include.jsp
来自「一个java写的加密算法」· JSP 代码 · 共 32 行
JSP
32 行
<%-- 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><!-- Copyright (c) 1999 The Apache Software Foundation. All rights reserved.--><body bgcolor="white"><font color="red"><%@ page buffer="5kb" autoFlush="false" %><p><fmt:message key="include.jsp.inplace"/><%@ include file="foo.jsp" %><p> <jsp:include page="/include/foo.html" flush="true"/> <fmt:message key="include.jsp.including"/><jsp:include page="foo.jsp" flush="true"/>:-) </html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?