2012年9月10日
摘要: 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) 编辑