<!-- 利用include指令插入其它的文章-->
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
Jsp_Include
</title>
</head>
<body bgcolor="#ffffff">
<h1>
利用include指令插入其它的文章<br>
</h1>
    <%@ include file="Jsp_forward.jsp";%>
  </body>
</html>运行JSP时出现异常:"Jsp_Include.jsp": org.apache.jasper.JasperException: file:F:/j2ee 练习/j2EE 作业/jsp/lession1/JspDemo/WebModule1/Jsp_Inc这是什么问题呢?