首先建立JSONObject物件,並使用put(key,value)設定值: JSONObject object = new JSONObject(); object.put("name", "Leon"); object.put("age", ...
確定! 回上一頁