爬取安居客网的租房数据
如图
有的租房信息有地铁和电梯数据,但是也有没有的
用xpath的话,会创建一个列表,如何把没有数据的地方写入0呢?
subway = res_html.xpath('//div[@class="list-content"]/div[@class="zu-itemmod"]//p[@class="details-item bot-tag"]/span[@class="cls-3"]/text()')
因为没有数据的话,和其他的数据列表长度不一样,不能写入csv文件