在不知道 Mime 类型的情况下保存图像
我正在使用 http://img.tweetimag.es/ 来拉推特头像。
前任: http://img.tweetimag.es/i/joestump_o
我如何知道正确的 MIME 类型(jpg、png、gif 等)保存在本地?
任何帮助都会很棒,谢谢。
太平绅士
I am using http://img.tweetimag.es/ to pull twitter avatars.
EX:
http://img.tweetimag.es/i/joestump_o
How do I know the correct mime type (jpg, png, gif, etc.) to save locally?
Any help would be great, thanks.
JP
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 HTTP GET 请求的内容类型。对于您的示例:
内容类型:image/png
Look at the content type of the HTTP GET request. For your example:
Content-Type: image/png
以下是您可以检索的一些值,如 @kgiannakakis 答案中所述,请查看 Content-Type:
http://img694.imageshack.us/img694/2144/unledofv.png
Here are some values you can retrieve, as mentioned in @kgiannakakis answer, take a look at Content-Type:
http://img694.imageshack.us/img694/2144/unledofv.png