页面跳转出现HTTP method GET is not supported by this URL什么情况呢
页面跳转出现HTTP method GET is not supported by this URL
一般情况可能是,用户请求表单提交为post,而你实现的是doGet方法,而没实现doGet方法导致的