在Controller中
@ResponseBody 返回JsonObject
在jsp的 success:function(data){}中可以获取
通过data.xxx可以获取json串中返回的各个属性值。
在Controller中
@ResponseBody 返回JsonObject
在jsp的 success:function(data){}中可以获取
通过data.xxx可以获取json串中返回的各个属性值。
转载于:https://www.cnblogs.com/CESC4/p/7304951.html