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