ResponseEntity <Object> response = restTemplate.getForEntity(url, Object.class); String json = response.getBody().toString(); ...
確定! 回上一頁