Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设设置在“scrapy.settings.default_settings”模块中,但我找不到它。是文本文件还是什么?如何访问它?
scrapy.settings.default_settings是具有默认设置常量的内置 python 模块。
scrapy.settings.default_settings
您无法通过分叉 scrapy 本身来更改它,但是还有很多其他设置设置的方法:
https://doc.scrapy.org/en/latest/topics/settings.html