赞
踩
Map<String, Object> ttMap = new HashMap<String, Object>();
ttMap.put("day", "今天是周六");
String jsonStr = JSONArray.fromObject(ttMap).toString();
JSONArray jsonrr = JSONArray.fromObject(jsonStr);
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。