Map<String, String> hitmap =JSONObject.parseObject(
jsonObject.toJSONString(),
new TypeReference<Map<String, String>>(){});
Map<String, String> hitmap =JSONObject.parseObject(
jsonObject.toJSONString(),
new TypeReference<Map<String, String>>(){});
本文标题:fastjson 转Map
本文链接:https://www.haomeiwen.com/subject/vfqtvqtx.html
网友评论