摘要: 自我学习 阅读全文
posted @ 2019-01-04 14:24 HahahaXu 阅读(69) 评论(0) 推荐(0)
摘要: requests urllib.request 应用于响应网站,请求需要的http协议,cookie登录信息,以及在网站做出行为动作的时候cookie的post和get的区别importurl=requests.get()url=urllib.request.get()http=url.read() 阅读全文
posted @ 2018-12-24 16:55 HahahaXu 阅读(144) 评论(0) 推荐(0)