aiohttp 是一个异步的 HTTP 客户端/服务器框架,用于构建异步 Web 应用程序。 安装 可以通过 [[pip]] 安装: Terminal window1pip install aiohttp 使用 1import aiohttp 参考 aiohttp