java com.alibaba.fastjson JSONObject转map对象
摘要:
Map<String,Object> parMap = JSONObject.parseObject(jsonObject.toJSONString(), new TypeReference<Map<String, Object>>(){}); 阅读全文
posted @ 2020-12-03 10:46 血翼残飞 阅读(2150) 评论(0) 推荐(0)