JsonConfig jsonConfig = new JsonConfig();
jsonConfig.setCycleDetectionStrategy(CycleDetectionStrategy.LENIENT);
JSONArray json =JSONArray.fromObject(list, jsonConfig);
JsonConfig jsonConfig = new JsonConfig();
jsonConfig.setCycleDetectionStrategy(CycleDetectionStrategy.LENIENT);
JSONArray json =JSONArray.fromObject(list, jsonConfig);
转载于:https://my.oschina.net/u/2286010/blog/631211
1249

被折叠的 条评论
为什么被折叠?