創建JSONObject JSONObject json = new JSONObject(); //添加屬性json.put("username", "張三"); json.put("password", "123"); //列 ...
確定! 回上一頁