python爬虫之必应图片
参考:python爬取bing图片import urllibimport requestsfrom bs4 import BeautifulSoupimport osimport timedef SaveImage(link,InputData,count): try: time.sleep(0.2) urllib.request.urlretrieve(link,'./'+InputData+'/'+str(count)+'.jpg') e.






