10 2020 档案
SpringBoot 获取前端传递Json的几种方法
摘要:一、Json对象+@RequestBody接收 var val = {id: 1, name: "小明"}; $.ajax({ url: "/getJson", dataType: "JSON", type: "post", contentType: 'application/json;charse 阅读全文
posted @ 2020-10-26 08:48 丁昆 阅读(3499) 评论(0) 推荐(0)