String json = IOUtils.toString(result.getEntity().getContent())

  • rmrf
    (¯\_(ツ)_/¯)
  • rmrf's Avatar 이 글의 작성자
  • Offline
  • Newbie
  • Newbie
더보기
14 Feb 2019 14:37 - 14 Feb 2019 14:37 #4443 작성자: rmrf
rmrf 님의 글: String json = IOUtils.toString(result.getEntity().getContent())
on Apache HttpClient 2.5

String json = IOUtils.toString(result.getEntity().getContent());
->

String json = IOUtils.toString(result.getEntity().getContent(), "UTF-8");
Time to create page: 0.049 seconds
Powered by Kunena Forum