📄 include.jsp
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -