java web
发表在JavaWeb编程词典答疑
2017-10-16 悬赏:2 学分
是否精华
是
否
版块置顶:
是
否
应用include指令 使网站上出现以下代码内容
这是index.jsp
<%@ page language="java" contentType="text/html; charset=GB18030"
pageEncoding="GB18030"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body style="margin:0px;">
<%@ include file="top.jsp" %>
<table width="780" height="270" border="0" cellpadding="0" cellspacing="0" background="2.JPG" >
<tr>
<td>&hbsp;</td>
</tr>
</table>
<%@ include file="copyright.jsp" %>
</body>
</html>
这是top.jsp
<%@ page pageEncoding="GB18030"%>
<img src="1.JPG">
这是copyright.jsp
<%@ page pageEncoding="GB18030"%>
<table width="778" height="61" border="0" cellpadding="0" cellspacing="0" background="2.JPG">
<tr>
<td>hh</td>
</tr>
</table>
不知道哪错了
首页上一页 1 下一页尾页 1 条记录 1/1页