摘要:
#用python实现简单的爬虫图片demo ####非常短的代码 import requests import os import urllib class GetImage(): def __init__(self,keyword=' ',paginator=1): # self.url: 链接头 阅读全文
posted @ 2022-09-12 13:02
码dao成功
阅读(71)
评论(0)
推荐(0)
|
摘要:
#用python实现简单的爬虫图片demo ####非常短的代码 import requests import os import urllib class GetImage(): def __init__(self,keyword=' ',paginator=1): # self.url: 链接头 阅读全文
posted @ 2022-09-12 13:02
码dao成功
阅读(71)
评论(0)
推荐(0)
|