aiohttp與asyncio實現併發爬蟲模式

近日須要實現一個站點的爬蟲,嘗試了下aiohtp結合asyncio來實現,也參考了網上相關資料。html 第一回合 異步併發竟然和同步同樣工做 代碼以下:python async def fetch_get(session, url): asyncio.sleep(random.randint(3,6)) # print('get:', url) async with se
相關文章
相關標籤/搜索