HTTP error: 405
The method POST could not be used.

Resolution:

in the form table
change the <form method = "post"
to the <form method = "get"
本文介绍了解决HTTP 405错误的方法,当遇到请求方法不被允许的情况时,可以通过修改表单中的方法类型从POST改为GET来解决。
HTTP error: 405
The method POST could not be used.

Resolution:

in the form table
change the <form method = "post"
to the <form method = "get"
894
330

被折叠的 条评论
为什么被折叠?