litesuits / android-lite-http

LiteHttp is a simple, intelligent and flexible HTTP framework for Android. With LiteHttp you can make HTTP request with only one line of code! It could convert a java model to the parameter and rander the response JSON as a java model intelligently.
http://litesuits.com?form=ghttp
Apache License 2.0
830 stars 347 forks source link

这个链接请求,中文乱码! #30

Open Apples0609 opened 7 years ago

Apples0609 commented 7 years ago

这是地址: http://www.sh-link.com/MagicDisc_bin/HelperDoc/helperhtml.txt

我这样请求是正常的中文: URL url = new URL(uri); BufferedReader reader = new BufferedReader(new InputStreamReader(url.openConnection().getInputStream(), "GBK"));