예제 #1
0
 def parse(self, response):
     item = JdGoodsItem()
     item['link'] = Response._get_url(self)
     print(item['link'])
     yield item