获取的结果中,中文乱码!
果断放弃! 😠
兄弟,后来你改用了什么,我也遇到了这个问题
@yinpc
https://github.com/loopj/android-async-http
use UTF-8 CHARSET instead, as in https://github.com/hjm1fb/AndroidAsync
用另外一个方法,可以指定编码UFT-8,就不会出现乱码了
AsyncNetworkSocket.java
@Override
public String charset() {
return "utf-8";
}
use UTF-8 CHARSET instead, as in https://github.com/hjm1fb/AndroidAsync
can you give me your code
use UTF-8 CHARSET instead, as in https://github.com/hjm1fb/AndroidAsync
can you give me your code
I hava a previous packaged aar, please see: https://download.csdn.net/download/u012319317/9408485 I uploaded another one just now, to update the latest version 2.2.1, but in auditing now, will show later: https://download.csdn.net/user/u012319317/uploads you can try both, see if one worked. I have removed the code in https://github.com/hjm1fb/AndroidAsync, because somehow it once worked, but now it doesn't work.
use UTF-8 CHARSET instead, as in https://github.com/hjm1fb/AndroidAsync
can you give me your code
I hava a previous packaged aar, please see: https://download.csdn.net/download/u012319317/9408485 I uploaded another one just now, to update the latest version 2.2.1, but in auditing now, will show later: https://download.csdn.net/user/u012319317/uploads you can try both, see if one worked. I have removed the code in https://github.com/hjm1fb/AndroidAsync, because somehow it once worked, but now it doesn't work.
thank you much
https://download.csdn.net/download/weixin_43885855/77977207