1. 首页
  2. 数据库
  3. 其它
  4. Python中使用aiohttp模拟服务器出现错误问题及解决方法

Python中使用aiohttp模拟服务器出现错误问题及解决方法

上传者: 2021-01-04 06:18:22上传 PDF文件 32.86KB 热度 14次
软件版本及环境:Python 3.9 + pycharm 2020.2.1 + Windows10 运行报错: DeprecationWarning: loop argument is deprecated app = web.Application(loop=loop) DeprecationWarning: Application.make_handler(...) is deprecated, use AppRunner API instead srv = await loop.create_server(app.make_handler(), ‘127.0.0.1′, 80
用户评论