form urllib import request
jpg_link = '......' #图片链接
request.urlretrieve(jpg_link, path) # path为路径,如果不需要路径,也要有个名字,如 111.jpg就直接保存在当前目录下