include.jsp

来自「JSP核心技术源代码,和本站的JSP核心技术分析,可以合用」· JSP 代码 · 共 43 行

JSP
43
字号
<html>
<!--
  Copyright (c) 2000-2002 The PostGoods.com Group.  All rights 
  reserved.
-->

<body bgcolor="white">

<font color="red">

<%@ page buffer="5" autoFlush="false" %>

<p>欢迎光临www.PostGoods.com!您登录的时间是:

<%@ include file="/JSP/hhw/foo.JSP" %>

<p> <JSP:include page="/JSP/hhw/foo.html" flush="true"/> Your login time is:

<JSP:include page="/JSP/hhw/foo.JSP" flush="true"/>

</html>

2) include.txt
<html>
<!--
  Copyright (c) 2000-2002 The PostGoods.com Group.  All rights 
  reserved.

-->

<body bgcolor="white">

<font color="red">

<%@ page buffer="5" autoFlush="false" %>

<p>
<%@ include file="/JSP/hhw/foo.JSP" %>
<p> <JSP:include page="/JSP/hhw/foo.html" flush="true"/> by including the output of another JSP:

<JSP:include page="/JSP/hhw/foo.JSP" flush="true"/>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?