1. 针对需要带cookies访问的网站
scrapy.Request() 设置cookies
设置phantomjs后运行爬虫
还是依然会别ban
==========> 解决方法是在 phantomjs中设置cookies
driver.add_cookies(cookies)