Jsonp请求只能是GET不能是POST
现象: 1)controller中限定方法为get请求method=RequestMethod.GET 2)接口测试工具,使用POST请求不成功,后台报错 [org.springframework.web.servlet.PageNotFound] - Request method ‘POST’ not supported 3)前端ajax调用同样的接口,type:POST,dataTy