摘要:
settings.py # -*- coding: utf-8 -*- # Scrapy settings for zhihutupian project # # For simplicity, this file contains only settings considered importan 阅读全文
posted @ 2020-03-20 19:41
催人老
阅读(169)
评论(0)
推荐(0)
摘要:
#spider/first# -*- coding: utf-8 -*- import scrapy from selenium import webdriver from xinwen.items import XinwenItem #百度ai部分 from aip import AipNlp A 阅读全文
posted @ 2020-03-20 09:57
催人老
阅读(412)
评论(0)
推荐(0)