@responseBody把后台pojo转换json对象,返回到页面。java
@RequestBody接受前台json数据,把json数据自动封装javaBean。spring
Ajax传递 json格式数据json
前台请求数据构造:key=value&key=value.mvc