<%@include%> <jsp:include/> <%@include file%>可以 共享父页面的变量子页面不能设置字符集与父页面编译成一组文件(.java,.class)<jsp:include page/>可以带参数 page="test.jsp?p=hello"编译成两组文件