I want to scrap the info of this line and get the 2?001 .
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
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…