特牛网址导航

aiohttp-CSDN博客

网友收藏
文章浏览阅读102次。1. aiohttp安装pip3 install aiohttp1.1. 基本请求用法async with aiohttp.get('https://github.com') as r: await r.text()其中r.text(), 可以在括号中指定解码方式,编码方式,例如await resp.text(encoding='..._aiohttp.clientsession post utf8编码