-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Description
try {
responseString = new String(response.bodyText().getBytes(CharEncoding.ISO_8859_1), CharEncoding.UTF_8);
} catch (UnsupportedEncodingException e) {
e.printStackTrace();
}
服务器返回值的编码并非全是ISO_8859_1,建议更换为:EntityUtils.toString(response.getEntity(), Consts.UTF_8);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels