我尝试使用此代码从该站点抓取 html 数据,但结果始终为空。 https://www.seloger.com/annons/achat/appartement/montpellier-34/alco/140769091.htm?ci=340172&idtt=2,5&idtypebien=2,1&naturebien=1,2,4&tri=initial&bd=ListToDetail
def parse(self, response):
content = response.css(".agence-adresse::text").extract()
yield{'adresse =' :content}
大话西游666
相关分类