We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
上海原始页面里没有“二手房源共计....”一项,因此代码里需要去除
house_num = re.findall('共找到<span> (.*?) </span>套.*二手房', html)[0].strip()
同时在使用时人为指定house_num
The text was updated successfully, but these errors were encountered:
No branches or pull requests
上海原始页面里没有“二手房源共计....”一项,因此代码里需要去除
同时在使用时人为指定house_num
The text was updated successfully, but these errors were encountered: