摘要:
1.安装scrapy框架 # 1.在安装scrapy前需要安装好相应的依赖库,再次装scrapy,安装步骤 (1).安装lxml库:pip install lxml (2).安装wheel: pip install wheel (3).安装twisted:pip install twisted 文件 阅读全文
摘要:
问题1: OSError: [Errno 22] Invalid argument: './img/https://st-cn.meishij.net/r/121/15/3441371/a3441371_159946333946794.jpg' 解决: 本来猜测是转义符的问题,但是使用python原 阅读全文