怎么定位到相应的网址
你这不是报错了吗request请求时添加allow_redirects=False,默认时allow_redirects=True
r = requests.get(url=url, headers=headers,allow_redirects=False)