public String(byte[] bytes,Charset charset)
byte[] b=response.body().bytes(); String responseData=new String(b,"gb2312");
Powered by codetiler.com