09 2021 档案

摘要:安装: python -m pip install Scrapy 创建项目:python -m scrapy startproject xxx (不知道为什么必要加python -m 待解决) 进入项目:cd xxx #进入某个文件夹下 创建爬虫:python -m scrapy genspider 阅读全文
posted @ 2021-09-29 22:31 陈超阿 阅读(46) 评论(0) 推荐(0)