第二章:requests请求库的使用

一、requests库的基本认识

  • 1、requests库是第三方的,使用时候需要自行安装,安装方式如下:

    pip3 install requests
    
  • 2、requests库的官网地址

  • 3、基本的使用方式

    import requests
    
    response = requests.get('https://www.baidu.com')
    

results matching ""

    No results matching ""