JSONArray.fromObject(((BexDataParam)(parameter.get("dataParam"))).getInParam().get("flowData")).getJSONObject(0).get("offerid").toString();
简而言之
JSONArray.fromObject(&json).getJSONObject(&index).get(&目标)
JSONArray.fromObject(((BexDataParam)(parameter.get("dataParam"))).getInParam().get("flowData")).getJSONObject(0).get("offerid").toString();
简而言之
JSONArray.fromObject(&json).getJSONObject(&index).get(&目标)
原文:http://www.cnblogs.com/tyoutetu/p/8026488.html