Update value of each item in a string

前端 未结 0 336
悲&欢浪女
悲&欢浪女 2021-01-06 17:10
JsonNode response = objectMapper.readTree(responseBody);
String textData = response.get("data").toString();

Below is the output of textDat

相关标签:
回答
  • 消灭零回复
提交回复
热议问题