Java-map 发表于 2019-01-15 分类于 Java 阅读次数: 本文字数: 102 阅读时长 ≈ 1 分钟 Map<String,Object> data = new HashMap<>();data.put("users",userService.getUser(id));