协程 print

print(resp.status) # 响应状态码
print(await resp.text())  # 拿到文本内容
await resp.content.read()
 
 
posted @ 2023-07-25 22:40  严永富  阅读(7)  评论(0)    收藏  举报