注册 登录
编程论坛 Python论坛

http3 如何保持Session()

Z89 发布于 2024-12-11 20:11, 303 次点击
如何保持Session()

程序代码:


import http3
s = http3.Session()
r = s.get('https://www.')
print(r.protocol)
print(r.text)


0 回复
1