Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何为 AsyncHttpClient 设置字符集?我无法以可读的方式接收“ü”或类似的东西(仅接收问题标签)。
谁能帮我?
在检查 Loopj 文档后,您可以看到 AsyncHttpResponseHandler 可以使用您想要接收的字符的方法更改字符集,您需要 UTF-8 字符集。链接 这是 Github 上的一个人,有同样的问题及其解决方案。 关联