Have you tried using JSONArray.getJSONObject(int), and JSONArray.length() to create your for-loop: for (int i = 0; i < recs.length(); ++i) { JSONObject rec ...
確定! 回上一頁