Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一系列重定向图像的网页网址。是否可以直接下载图像并使用其默认文件名保存。
NSData *data=[NSData dataWithContentsOfURL:[NSURL URLWithString:webImageURL]]; [data writeToURL:localURL atomically:YES];