今天练习scrapy爬虫时遇到了’FeedExporter’ object has no attribute 'slot’错误,这是因为我打开了要写入的csv文件,程序无法写入,将它关闭再运行就不会出现这个错误了。