setHobbies(new String[] {"hiking", "swimming"}); JSONObject obj = new JSONObject(info); // 或是下面这种写法,将java 对象转换为json 对象 ...
確定! 回上一頁