摘要:
public class CreateXmlAction extends HttpServlet {private ServletConfig config; public void init(ServletConfig config) throws ServletException { this.config = config; }public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { ... 阅读全文