異步aiohttp + asyncio 下載圖片

import requests, os, time import aiohttp, asyncio import hashlib class Spider(object): def __init__(self): self.headers = { 'User-Agent':''} self.num = 1 if
相關文章
相關標籤/搜索