Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

scrapy - I would like to get the "2 001&nbsp"

I want to scrap the info of this line and get the 2?001&nbsp.

2?001?€

This is the image

I put this line in my Scrapy shell, It works but not very good. I want to know how can I write a line to get the "data-stid" in my response.css

response.css(".uitk-cell.loyalty-display-price.all-cell-shrink").css("::text").extract()

The result of what I did is here:

The result

Thank you


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...