AFCSVRequestOperation:CSV 格式的 AFNetworking 扩展

时间:2024-07-18 10:02:09
【文件属性】:

文件名称:AFCSVRequestOperation:CSV 格式的 AFNetworking 扩展

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-18 10:02:09

Objective-C

AFCSV 请求操作 AFCSVRequestOperation是延期提供使用解析CSV接口 示例用法 NSURLRequest *request = [ NSURLRequest requestWithURL: [ NSURL URLWithString: @" http://www.yourserver.com/yourfile.csv " ]]; AFCSVRequestOperation *operation = [AFCSVRequestOperation CSVRequestOperationWithRequest: request success: ^( NSURLRequest *request, NSHTTPURLResponse *response, id CSV) { NSLog ( @" CSV Data: \n %@ " , CSV); } failure:


【文件预览】:
AFCSVRequestOperation-master
----.gitignore(232B)
----AFCSVRequestOperation.m(6KB)
----README.md(2KB)
----LICENSE(1KB)
----AFCSVRequestOperation.h(5KB)

网友评论