fastjson序列化时,如果字段值为null,默认不输出该字段,如需输出可再序列化时增加特性SerializerFeature.WriteMapNullValue
JSONObject.toJSONString(testMap,SerializerFeature.WriteMapNullValue);
京公网安备 11010502049817号