日期:2014-05-18 浏览次数:20675 次
JSONObject jsonResult = new JSONObject();
jsonResult.put("Firefox", 45.0);
jsonResult.put("IE", 26.8);
jsonResult.put("Safari", 8.5);
jsonResult.put("Opera", 6.2);
jsonResult.put("Others", 0.7);
actionResult = jsonResult.toString();