gpt4 book ai didi

iphone - 从没有文件扩展名的服务器下载图像(NSData 到 UIImage)

转载 作者:行者123 更新时间:2023-11-28 18:40:40 24 4
gpt4 key购买 nike

我从我的服务器上拉下了一个应该只是个人资料图片的网址。从urls中提取图片的相关代码是这样的:

NSString *urlString = [NSString stringWithFormat:@"%@%@",kBaseURL,profile_image_url];
profilePic = [UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:urlString]]];

我的网址是这样的格式(注意末尾没有文件扩展名,因为它是动态呈现的)

localhost:8000/people/1/profile_image

如果我在浏览器中加载 url,图像就会显示;但是上面用于下拉 UIImage 的代码不起作用。我已验证该代码确实从互联网上的随机站点中提取图像。

关于为什么会发生这种情况有什么想法吗?

最佳答案

如果你提供 NSURL 是否有效

http://localhost:8000/people/1/profile_image

我想 http://在这里很重要(这样 NSURL 就知道它是指向文件还是远程 URL)。

关于iphone - 从没有文件扩展名的服务器下载图像(NSData 到 UIImage),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11200154/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com