ClientSession() as session: async with session.get('http://www.baidu.com') as resp: print(resp.status) res = await resp.text() ...
確定! 回上一頁