url = 'https://piao.qunar.com/ticket/list.htm?keyword=%E9%99%95%E8%A5%BF®ion=&from=mpl_search_suggest'
headers = {'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36'}
response = requests.get(url=url, headers=headers)
print(response.text)
可能要设置Cookie