downloadJSONString(url); JSONObject jsonObject = new JSONObject(jsonString); String status = jsonObject.getString("response_type"); Log.v(TAG, "JSON String: ...
確定! 回上一頁