python3中urllib.request.urlopen(response)的含义,如下
下面两行代码:#发送请求,得到服务器给我们的响应response=urllib.request.Request(url,data,header)#通过urllib提供的r...
下面两行代码:
# 发送请求,得到服务器给我们的响应
response = urllib.request.Request(url, data,header)
# 通过urllib提供的request方法来向指定Url发送我们构造的数据,并完成登录过程
urllib.request.urlopen(response)
urllib.request.urlopen(参数)里面的参数不是url吗,为什么response响应也能做参数?urllib.request.urlopen(参数)执行的是什么操作?
原文转载自:http://www.tuicool.com/articles/Bvymmm的登陆函数 展开
# 发送请求,得到服务器给我们的响应
response = urllib.request.Request(url, data,header)
# 通过urllib提供的request方法来向指定Url发送我们构造的数据,并完成登录过程
urllib.request.urlopen(response)
urllib.request.urlopen(参数)里面的参数不是url吗,为什么response响应也能做参数?urllib.request.urlopen(参数)执行的是什么操作?
原文转载自:http://www.tuicool.com/articles/Bvymmm的登陆函数 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询