jsp,web开发的在线考试系统

 

/*public void doPost(HttpServletRequest request,HttpServletResponse
 * respond throws ServletException,IOEception{
 * String user=request.getParameter("u");
 * String pass=request.getParameter("p");
 *
 * request.getSession().setAttribute("user",user);
 *
 * String path="";
 * SeverletContext sc=this.getServletContext();
 * ArrayList al=(ArrayList)sc.getAttribute("userList");
 * if(al==null)
 * {
 *   al=new ArrayList();
 *   al.add(user);
 *   sc.setAttribute("userList",al);
 *   path.="/zzzzz/index.jsp";
 *  
 * }
 *  else
 * )
 *
 * }

请帮我再做一个在线考试系统项目的和我上面代码相对应的程序,我是说我在做这个项目,
你帮助我朝着项目的方向,把我这个部分代码写成一个能实现项目相关功能的程序。谢谢了。

你可能感兴趣的:(jsp,web开发的在线考试系统)