iphone 下载 解析文件名的步骤

iphone 下载 解析文件名的方法The following line does the job if url is a NSString:NSString *filename

iphone 下载 解析文件名的方法
The following line does the job if url is a NSString:

NSString *filename = [[url path] lastPathComponent];