摘要: 阅读全文
posted @ 2019-07-08 20:08 kit尊灬云 阅读(107) 评论(0) 推荐(0)
摘要: 4cad73f1c0399d852e5dedfb189f0c45 阅读全文
posted @ 2019-07-08 18:43 kit尊灬云 阅读(142) 评论(0) 推荐(0)
摘要: #coding:utf-8 #https://github.com/qiyeboy/jiandan_2 import random ''' 这个类主要用于产生随机UserAgent ''' class RandomUserAgent(object): def __init__(self): self.agents = USER_AGENTS # @clas... 阅读全文
posted @ 2019-07-07 17:34 kit尊灬云 阅读(328) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-07-07 17:27 kit尊灬云 阅读(111) 评论(0) 推荐(0)
摘要: scrapy crawl 爬虫名 -o 文件名.json -s FEED_EXPORT_ENCODING=UTF-8 阅读全文
posted @ 2019-06-27 19:28 kit尊灬云 阅读(181) 评论(0) 推荐(0)