@responseBody把後臺pojo轉換json對象,返回到頁面。java
@RequestBody接受前臺json數據,把json數據自動封裝javaBean。spring
Ajax傳遞 json格式數據json
前臺請求數據構造:key=value&key=value.mvc