📜  如何测试网页是否为图像 python 请求 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:28.764000             🧑  作者: Mango

代码示例1
import requests
response = requests.head(url)
print response.headers.get('content-type')