Python·2026-08-22·1 分钟 用 httpx 异步重写一个网络爬虫 分享把同步 requests + BeautifulSoup 爬虫改写为 httpx + asyncio 后,速度提升 8 倍的过程与坑。 #Python#asyncio#crawler#httpx阅读全文 →