gpt4 book ai didi

json - 非英文字符的 AFNetworking 响应

转载 作者:行者123 更新时间:2023-12-01 06:47:03 25 4
gpt4 key购买 nike

这是我的代码:

 AFJSONRequestOperation *operation = [AFJSONRequestOperation JSONRequestOperationWithRequest:request


success: ^(NSURLRequest *request, NSHTTPURLResponse *response, id JSON){

NSLog(@"JSON : %@",JSON);


}

failure:^(NSURLRequest *request, NSHTTPURLResponse *response, NSError *error, id JSON){
NSLog(@"Failed %@",error);

}];

请求成功,我得到了 JSON。这里的问题是返回的 JSON 包含一些像这样显示的希腊字符:

U03c9\U03c1\U03b1\U03af\U03b1\U03b5\U03c6\U03b1\U03c1\U03bc\U03bf\U03b3\U03ae!

在我的浏览器上结果没问题。如何强制 xcode 理解每个非英文字符? (例如中文或俄语)

最佳答案

AFNetworking 处理所有 unicode 字符,前提是服务器设置了正确的字符编码和数据。

您的代码似乎没有任何问题——这与服务器发回的内容有关。

关于json - 非英文字符的 AFNetworking 响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17603531/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com