iphone 下载 解析文件名的方法
The following line does the job if url is a NSString:
NSString *filename = [[url path] lastPathComponent];
发布时间: 2012-07-15 20:20:06 作者: rapoo
iphone 下载 解析文件名的方法
The following line does the job if url is a NSString:
NSString *filename = [[url path] lastPathComponent];