顺便说一句,有县城的bean可以买,但节约开支每办法。
另外,为什么我该为:
        System.out.println("In the true's else section!");
        PrintWriter out = res.getWriter();
        String path=req.getPathInfo();
        System.out.println(path);
        out.println("<HTML><HEAD><TITLE>Statistics</TITLE></HEAD>");
        out.println("<BODY BGCOLOR=\"#B2B2B2\" TEXT=\"#000000\">");
        out.println("<H1>Statistics</H1>");
//        out.println("<%@ include file="Draw.h"%>");
        out.println("<%@ include file=\"Jsp1.jsp\"%>");
        out.println("<P><IMG src=\""+req.getRequestURI()+
  "?bText=false"+"\"></P>");
//        out.println("<IMG src=\""+req.getRequestURI()+
//   "?bText=false"+"\"></P>");
       out.println("</BODY></HTML>");
       out.close();
其中的Jsp1.jsp中的内容不显示?