标签:serial _id user field type shm map 排序 string
public static void main(String[] args) { HashMap<String, Object> map=new HashMap<String, Object>(); map.put("sign_status", "UNBIND"); map.put("sign_type", "RSB"); map.put("user_id", "2088622919786204"); map.put("gmt_time", "20191023142225"); System.out.println(JSON.toJSONString(map,SerializerFeature.MapSortField)); }
标签:serial _id user field type shm map 排序 string
原文地址:https://www.cnblogs.com/zyf-yxm/p/11726358.html