<%@include file="header.inc"%>

解决方案 »

  1.   

    把header.inc改为header.htm就不报错,但是页面依然不显示????
      

  2.   

    <%@include file="header.inc"%>也不行?是否和服务器有关??
      

  3.   

    <%@include file="header.jsp"%>
      

  4.   

    htm和jsp都可以,为什麽<%@include file="header.inc"%>就出错???
      

  5.   

    是不是 header.inc里面用到了框架结构阿??
      

  6.   

    把你inc中的代码父值到你的“<%@ include file="header.inc"%>”的位置。
    看看编译有没有问题,如果还有问题,那就是你的inc里面的代码和jsp有冲突。
      

  7.   

    我改成.jsp或.htm就能显示啊!怎么会是代码错误啊!
      

  8.   

    服务器报错:Could not include header.inc为什么不能包含“<%@ include file="header.inc"%>”能编译。???