错误:HTTP Status 405 - HTTP method POST is not supported by this URL

原因:没有提供doPost方法

错误:控制器跳转到空白界面

原因:doPost方法中没有this.doGet(req, res);

相关文章: