使用python爬取一张图片,超简单!

使用python爬取一张图片html from urllib.request import urlretrieve from urllib.request import urlopen from bs4 import BeautifulSoup html = urlopen("http://www.pythonscraping.com") bsObj = BeautifulSoup(html) i
相关文章
相关标签/搜索