摘要: 该文章描述了代码登陆界面之后如何保存cookie并且之后的访问继续使用cookie来进行访问的操作。主要使用库http.cookiejar,urllib.request(),urllib.parse 阅读全文
posted @ 2019-12-23 16:53 天象独行 阅读(1561) 评论(0) 推荐(0) 编辑
摘要: 文章主要讲解如何通过Python3来进行代理爬虫,使用模块包括urllib.request.HTTPHander(),urllib.request.build_opener(http_handler),ProxyHandler()模块的使用。 阅读全文
posted @ 2019-12-23 11:00 天象独行 阅读(409) 评论(0) 推荐(0) 编辑