
“JsonObject”如何转成“Map”?
public class JSONCombine { public static void main(String[] args){
JSONObject jsonOne = new JSONObject();JSONObject jsonTwo = new JSONObject();jsonOne.put("name", "kewen");jsonOne.put("age", "24");jsonTwo.put("hobbit", "Dota");jsonTwo.put("hobbit2", "wow");JSONOb