报错HTTP Status 405 - HTTP method GET is not supported by this URL

2025-05-04 18:18:16
推荐回答(3个)
回答1:

protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
// TODO Auto-generated method stub
doPost(request,response);
}

回答2:

servlet里没有提供对doget方法的支持..........

回答3:

神奇,super.doget改成doPost