lining0806/PythonSpiderNotes

爬虫网页 使用requests库加载网页返回202

zhumingwei opened this issue · 1 comments

response = requests.get('http://www.fangdi.com.cn/old_house/old_house.html')
response.status_code // 202

请问下这种怎么处理爬虫问题?

xofi commented