1. 当 `@RequestMapping method `不省略时, `ajax`的`type` 和`注解`的`method `必须匹配,不然会报`405`错误; 2. 当输入也是json的时候,当 `@RequestMapping method `不省略时, `ajax`的`type` 和`注解`的`method `必须配置为`POST`,`GET`的情况会报`400`的错误.