我是楼主,全部代码如下:(Tomcat老说第6行有误,错误提示为:Example2_16.jsp(6,2)Expecting "jsp:param" standard action with "name" and "value" attributes)1<%@ page contentType="text/html;charset=GB2312"%>
2<HTML>
3<BODY BGCOLOR=Cyan><FONT Size=1>
4<P>加载的文件:
5  <jsp:include page="Myfile/Hello.txt">
6  </jsp:include>
7<P>加载的图像:
8<BR>
9  <jsp:include page="image.html">
10 </jsp:include>
11</BODY>
12</HTML>