标签:word fas string key proc class str code ref
json字符串转map结构
LinkedHashMap<String, String> jsonMap = JSON.parseObject(jsonStr,
new TypeReference<LinkedHashMap<String, String>>() {
});
标签:word fas string key proc class str code ref
原文地址:http://www.cnblogs.com/davidwang456/p/6827506.html