AFNetworking
self.responseSerializer = [AFHTTPResponseSerializer serializer];
接收到的数据是data类型,自己再转化成字符串,可能是text/plain,text/html,application/json格式。