//把JSONObject放入到JSONArray中JSONObject jsonObject = new JSONObject(); jsonObject.put("username", "張三"); jsonObject.put("password", "123"); ...
確定! 回上一頁