JSONObject jsonObject = new JSONObject(jsonStr);JSONArray jsonArray = jsonObject.getJSONArray("");上边是示例
这是后台解析的方式