Alamofire请求返回中文编码问题
在用Alamofire获取数据时,如下
Alamofire.request(.GET, url, parameters: parameters)
.responseJSON { (req, res, json, error) in
println(json)
}
打印出的中文是\U8bf7\U7ee7\U7eed\U4fdd\U6301\U7ecf\U5e38\U4f53\U68c0\U7684\U597d\U4e60\U60ef\Uff0c\U575a\U6301\U505a\U5230\
请问在哪里设置编码的?
在下不在的说
10 years, 2 months ago
Answers
用 SwiftyJSON 处理下试试
https://github.com/SwiftyJSON/SwiftyJSON#work-with-alamofire
chuenyi
answered 10 years, 2 months ago