标签: python scrapy
是否可以为url蜘蛛使用IP地址代替scrapy参数?以下是理想的外观:
url
scrapy
yield scrapy.Request(ipaddress = x.x.x.x, callback=callbackCode)