随笔分类 -  SpringBoot

摘要:一、Json对象+@RequestBody接收 var val = {id: 1, name: "小明"}; $.ajax({ url: "/getJson", dataType: "JSON", type: "post", contentType: 'application/json;charse 阅读全文
posted @ 2020-03-18 12:21 炫金呀