獲取圖片地址並下載圖片

#獲取圖片地址 import requests from lxml import etree a=requests.get('http://www.xiaohuar.com/hua/') #....get('網頁地址') b=a.content c=etree.HTML(b) img_src=c.xpath('//img/@src') print(img_src) #存儲圖片 f
相關文章
相關標籤/搜索