RequestDispatcher rd = request.getRequestDispatcher ("1.jsp");
 rd.forward (request,res);
这样只能在1.jsp当前页显示,我想弹出新页!谢谢