时间:2021-07-01 10:21:17 帮助过:26人阅读
这是两个类型不同的json与ajax的数据交互(集合、类对象)
JsonConfig jsonConfig = new JsonConfig(); //lenient
jsonConfig.setCycleDetectionStrategy(CycleDetectionStrategy.LENIENT);
JSONArray json = JSONArray.fromObject(listPm, jsonConfig);
outJSONData(json);
Blog b=(Blog) bgdao.findBlog(Integer.parseInt(id));
b.setBbsCenterStr( new String(b.getBbsCenter()));
JSONArray json = JSONArray.fromObject(b);
outJSONData(json);
ajax接收:
dataType:"json",
success: function(data) {
var crmHtmlg = '';
$.each(data,function(i,comment){
crmHtmlg+='