摘要: import scrapy import re import os class MySpider(scrapy.Spider): name = "deeplearning4j-api" start_urls = ["https://deeplearning4j.org/api/latest/index-files/index-1.html"] crawledLinks = {} # times = 阅读全文
posted @ 2019-09-18 00:33 DanielOwen 阅读(312) 评论(0) 推荐(0) 编辑