Map<String, Object> ttMap = new HashMap<String, Object>();
ttMap.put("day", "今天是周六");
String jsonStr = JSONArray.fromObject(ttMap).toString();
JSONArray jsonrr = JSONArray.fromObject(jsonStr);
Map<String, Object> ttMap = new HashMap<String, Object>();
ttMap.put("day", "今天是周六");
String jsonStr = JSONArray.fromObject(ttMap).toString();
JSONArray jsonrr = JSONArray.fromObject(jsonStr);