2016-11-27 23 views

回答

2

傳遞給parse()的'response'變量有你想要的信息。你不應該需要重寫任何東西。

例如。

def parse(self, response): 
    print "URL: " + response.url 
相關問題