readValue(s, type); System.out.println(map); //树模型api JsonNode root = objectMapper.readTree(s); JsonNode bean = root.get("data").get(0); ...
確定! 回上一頁