... jsonObject = (JSONObject) parser.parse(reader); System.out.println(jsonObject); String name = (String) jsonObject.get("name"); ...
確定! 回上一頁