标签: python urllib
我有
import urllib the_result = urllib.urlretrieve(file_url)
我怎么知道与该文件服务器的连接是否成功并且我有图像?
如果我这样做:
the_result[1]
我只得到:
Server: .. Date: .. Content-type: .. Connection: .. X-Powered-by:.. Vary: ..