requests发送get请求

python接口自动化1-发送get请求 一、环境安装 1.用pip安装requests模块 >>pip install requests   二、get请求 1.导入requests后,用get方法就能直接访问url地址,如:http://www.cnblogs.com/yoyoketang/,看起来是不是很酷 2.这里的r也就是response,请求后的返回值,可以调用response里的st
相关文章
相关标签/搜索