找到原因了,我在 LoginServlet 中的doPost方法中写了super.doGet(req, resp); 这是IDEA自动生成的,调用的是父类的doGet()方法,应该改为this.doGet(req, resp)