重写doPost()方法为什么要删除对父类构造器的调用
HelloServlet.java中重写doPost()方法时,为什么要删除对父类构造器super.doPost(req, resp);的调用呢?
本人尝试了一下,不去掉会报错“HTTP Status 405 - HTTP method POST is not supported by this URL”。
HelloServlet.java中重写doPost()方法时,为什么要删除对父类构造器super.doPost(req, resp);的调用呢?
本人尝试了一下,不去掉会报错“HTTP Status 405 - HTTP method POST is not supported by this URL”。
2017-09-14
举报