公告
财富商城
积分规则
提问
发文
2019-01-02 23:50发布
Deceive 欺骗
这是浏览器的报错。
下面是代码。这是什么原因呀,请大神解决一下!!
已经解决了
request.getRequestDispatcher("heath.html").forward(request, response);
替换成
response.sendRedirect("heath.html");
参考一下这个https://blog.csdn.net/qfs_v/article/details/2545168
解决HTTP Status 405 - HTTP method POST is not supported by this URL 详解方案
关于解决HTTP Status 405 - HTTP method POST is not supported by this URL方法之一
HTTP method POST is not supported by this URL解决方案
servlet开发时HTTP Status 405 - HTTP method POST is not supported by this URL错误解决
最多设置5个标签!
已经解决了
request.getRequestDispatcher("heath.html").forward(request, response);
替换成
response.sendRedirect("heath.html");
参考一下这个https://blog.csdn.net/qfs_v/article/details/2545168
解决HTTP Status 405 - HTTP method POST is not supported by this URL 详解方案
关于解决HTTP Status 405 - HTTP method POST is not supported by this URL方法之一
HTTP method POST is not supported by this URL解决方案
servlet开发时HTTP Status 405 - HTTP method POST is not supported by this URL错误解决