日期:2014-05-20 浏览次数:20712 次
{"retdata":{"colinfo":["key","value"],"rows":[["TEST_ABC","8888"]]},"retcode":1}
JSONObject jasonObject = JSONObject.fromObject("{\"retdata\":{\"colinfo\":[\"key\",\"value\"],\"rows\":[[\"TEST_ABC\",\"8888\"]]},\"retcode\":1}");
String value = jsonObject.getJSONObject("retdata").getJSONArray("rows").optJSONArray(0).get(1);