摘要: 1、Httpbin介绍 Httpbin是一个使用Python + Flask编写的HTTP Request & Response Service,该服务主要用于测试 HTTP库,你可以向他发送请求,然后他会按照指定的规则将你的请求返回(查看你所发送请求中的信息)。Httpbin支持HTTP/HTTP 阅读全文
posted @ 2022-10-06 20:26 奥兰王子 阅读(307) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/lilongsy/article/details/122140098 import requests res = requests.get("https://www.baidu.com/") res.encoding = res.apparent_enco 阅读全文
posted @ 2022-10-06 15:27 奥兰王子 阅读(80) 评论(0) 推荐(0) 编辑