1.2 Create an object to map the above JSON fields. package com.mkyong; public class Person { String name; Integer age; //getters and setters }.
確定! 回上一頁