ObjectMapper; Map<String, Object> map = new HashMap<>(); map.put("userId", ... map.put("userName", "administrator"); Gson gson = new Gson(); ...
確定! 回上一頁