[求助]JSP代码调用
JSP页面中间代码编程编好了后,再用top.jsp和foot.jsp调到JSP主页上,代码<%@ include file="top.jsp">和<%@ include file="foot.jsp">,放在哪一个位置上,大家帮我一下,谢谢!
<body>
<%@ include file="top.jsp" %>
中间是内容
<%@ include file="foot.jsp" %>
</body>
上面输错了,现在输入是对的.