JSONObject obj = new JSONObject(posisis); ... JSONObject jsonObject = jsonArray.getJSONObject(i); ... String longitude = jsonObject.getString("longitude");.
確定! 回上一頁