Following will add json obj into json array ... jsonObj.put("ID", i); jsonArray.put(jsonObj); //jsonObj will be pushed into jsonArray i++; ...
確定! 回上一頁