getBody()); ResponseEntity<Map> response2 = restTemplate.getForEntity("https://httpbin.org/headers", Map.class); System.out.println(response2.getBody()); }.
確定! 回上一頁