springboot 控制台报错JSON parse error: Unrecognized token ‘id‘: was expecting (‘true‘, ‘false‘ or ‘null‘)
前端 function deldate(did){ $.ajax({ type: "POST", dataType: "json", //contentType : 'application/json', url:"http://ip:8090/id/", //提交的地址 data:{ "id":did }, }); } 返回数据格式不规范.当dataType指定为json后,1.4+以上的jqu…