import requests
# 原文:https://blog.csdn.net/z564359805/article/details/81978913
headers={
"User-Agent":"Mozilla/5.0",
"cookie":"111111",
}
url = "https://wuliu2.taobao.com/user/queryOrderList?listType=send&orderType=-1&pageIndex=1&pageSize=20"
html = requests.get(url,headers=headers).text
print(html)
相关文章
- 04-11数据类型
- 04-11数据类型
- 04-11数据统计描述性分析
- 04-11数据类型
- 04-11vim as python IDE
- 04-11SQL在数据处理过程中,遇到除数为0该怎么办?
- 04-11第1章 Python数据模型
- 04-11Python 条件、循环、异常处理
- 04-11用手写数据集验证 ANN 与 CNN 模型的泛化能力
- 04-11如何在spark数据框中强制重新分区?