摘要:
调用百度API下载歌词时获取的内容是乱码HttpGet httpRequest =newHttpGet(lrcUrl);HttpResponse httpResponse =newDefaultHttpClient().execute(httpRequest);String lrcLine =null;if(httpResponse.getStatusLine().getStatusCode()==200){ lrcLine =EntityUtils.toString( httpResponse.getEntity()... 阅读全文
posted @ 2013-08-20 12:18
昊仔
阅读(3908)
评论(0)
推荐(0)

浙公网安备 33010602011771号