摘要: 1 # -*- coding:utf-8 -*- 2 # Author:Sure Feng 3 4 import requests 5 import json 6 7 8 class DoubanFileSpider(object): 9 def __init__(self): 10 self.start_tempt_url = [ 11 ... 阅读全文
posted @ 2018-12-02 12:12 sure_feng 阅读(236) 评论(0) 推荐(0) 编辑