public void doPost ( HttpServletRequest request,HttpServletResponse response ) throws ServletException,IOException { response.setContentType ( "text/html; charset=gb2312" ); response.sendRedirect ( "/index.jsp" ); }