码迷,mamicode.com
首页 > 其他好文 > 详细

requests库的用法

时间:2019-08-15 20:51:29      阅读:77      评论:0      收藏:0      [点我收藏+]

标签:html   span   microsoft   import   text   requests   blog   sof   soft   

import requests

headers = {"headers头部文件"}
url = ‘http://www.baidu.com/‘
html = requests.get(url,headers=headers)
html.encoding = ‘gbk‘ #转成该网站的格式
print(html.text)

 

详细用法请参见

↓↓↓↓↓↓↓↓↓↓↓↓↓↓

https://www.cnblogs.com/mzc1997/p/7813801.html

requests库的用法

标签:html   span   microsoft   import   text   requests   blog   sof   soft   

原文地址:https://www.cnblogs.com/qmjy/p/11360391.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!