为什么请求的对象被重定向?
抓取数据时,请求出现了302,为什么?
请求地址拷到浏览器地址栏中能正确显示,为什么在程序中request却返回302?
代码片段:
def parse2(self,response):
print '111'
def parse(self, response):
for循环:
link='http://onlinelibrary.wiley.com/doi/10.1002/anie.20150xxxx/full'
yield Request(link,callback=self.parse2)
调试:
betlich
9 years ago