摘要: 实现代码如下: #接口调试 import requests,time class api_demo1: def __init__(self,RequestWay,url,data): self.s=requests.session() self.get_login(RequestWay,url,da 阅读全文
posted @ 2019-12-05 16:14 badbadboy 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 实现代码如下: import requests r=requests.get('https://www.baidu.com',verify=False) rr=r.content.decode() print(rr) 阅读全文
posted @ 2019-12-05 15:00 badbadboy 阅读(408) 评论(0) 推荐(0) 编辑