JSONObject json= (JSONObject) JSONValue.parse(jsonData); JSONObject data = (JSONObject) json.get("data"); After you have parsed the json data, ...
確定! 回上一頁