导入 com.fasterxml.jackson.databind; 包 ObjectMapper objectMapper = new ObjectMapper(); QQUserInfo userInfo = objectMapper.readValue(result, QQUserInfo.class);
json
原文:https://www.cnblogs.com/tekken-wang/p/12195969.html