需要Json解析 可以用
NSError *error;
NSDictionary *dic = [NSJSONSerialization JSONObjectWithData:
request.responseData options:NSJSONReadingMutableLeaves error:&error];
这个不是乱码,只是中文用unicode编码过来。再用unicode转码回来就好了。
这是json解析,使用SBJson解析就行,不过图片部分使用了unicode编码