Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#13·PythonSpiderNotes

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

Author: zhumingweiCreated Sep 4, 2024Updated Sep 4, 2024

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

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

Source: lining0806/PythonSpiderNotes

View original on GitHubView discussion on GitHub