如何处理“上海”数据
Opened this issue · 0 comments
linpingta commented
上海原始页面里没有“二手房源共计....”一项,因此代码里需要去除
house_num = re.findall('共找到<span> (.*?) </span>套.*二手房', html)[0].strip()
同时在使用时人为指定house_num
Opened this issue · 0 comments
上海原始页面里没有“二手房源共计....”一项,因此代码里需要去除
house_num = re.findall('共找到<span> (.*?) </span>套.*二手房', html)[0].strip()
同时在使用时人为指定house_num