会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
elleniou
一枚默默的开发学习者
:: ::
新随笔
:: :: ::
管理
2012年9月10日
jsp包含文件的两种方法
摘要: 1 //第一种:include指令:当JSP转换成Servlet时引入指定文件 <%@ page contentType="text/html; charset=GB2312" language="java" errorPage=""%> 2 <%@ include file="head.jsp"%> 3 <%@ include file="body.jsp"%> 4 <%@ include file="tail.jsp"%>
阅读全文
posted @ 2012-09-10 00:02 elleniou
阅读(4708)
评论(0)
推荐(0)
编辑