import requests requests.get("http://www.sample.com")
如何修改参数来发送请求,如下所示:
“获取 www.sample.com HTTP/1.0”
“获取 www.sample.com HTTP/1.1”
python python-3.x python-requests
python ×1
python-3.x ×1
python-requests ×1