文章搜索: 分类 关键字

   您的位置:首页网络编程Jsp专区 → JSP学习笔记(八)-----include的运用
JSP学习笔记(八)-----include的运用
日期:2006-2-3 20:25:28 人气:     [ ]
.         向JSP页面中插入指定的页面方法有两种:

JSP命令<%@ include%>

JSP动作<jsp:include />

 

2.         a.jsp代码如下:

<html>huanghui

<%@ include file="b.jsp"%>

<jsp:include page="b.jsp" flush="true"/>

</html>

 

3.         b.jsp代码如下:

<html>hello</html>

 

出处:CnCode转载收集 作者:不详
<---->
 
| 关于本站 | 帮助(?) | 广告服务 | 版权声明 | 业务合作 | 发展历程 | 加盟我们 | 联系我们 | 中国源码中心 ≮为您提供建站帮助≯

  中国源码中心 版权所有 Copyright© 2002-2006 Www.CnCode.Com, All Rights Reserved. Powered By 中国源码中心