JSONObject json = new JSONObject(jsonString); if (json.has("data")) { JSONObject dataObject = json.optJSONObject("data"); if (dataObject ...
確定! 回上一頁