摘要: 1.volley 读取 json 需要转码 String s =new String(response.getBytes("ISO-8859-1"),"utf-8"); 2.volley 读取 xml (编码为gb2312) 需要转码 String string1 = new String(sb.t 阅读全文
posted @ 2016-07-15 08:37 weidingqiang 阅读(121) 评论(0) 推荐(0)