问答详情
源自:2-1 获取初始化参数

页面跳转出现HTTP method GET is not supported by this URL

页面跳转出现HTTP method GET is not supported by this URL什么情况呢

提问者:慕粉3621061 2016-11-15 15:21

个回答

  • jackaroo1024
    2016-11-19 09:06:51

    页面跳转出现HTTP method GET is not supported by this URL

    一般情况可能是,用户请求表单提交为post,而你实现的是doGet方法,而没实现doGet方法导致的