• 2021-04-14
    我们自己编写的servlet继承了HttpServlet类,一般只需要覆盖doPost方法,不必覆盖servlet方法,因为一个Servlet()方法会调用doPost或者doget方法。()