A.server.xml B.web.xml C.tomcat.xml D.不能改
A.request.setCharacterEncoding("utf-8") B.response.setContentType("text/html;charset=utf-8") C.Stringname=newString(request.getParameter("name").getBytes("ISO-8859-1"),"gbk") D.response.setCharacterEncoding("gbk")
A.ServletException,IOException B.ServletException,RemoteException C.HttpServletException,IOException D.HttpServletException,RemoteException