摘要: 启动方式: 写一个启动文件,与配置文件同级 from scrapy.cmdline import execute import sys,os sys.path.append(os.path.dirname(os.path.abspath(__file__))) execute(['scrapy',' 阅读全文
posted @ 2019-08-10 17:31 LmtMe 阅读(171) 评论(0) 推荐(0)