摘要: 1、学习get和post请求,尝试使用requests或者是urllib用get方法baidu发出一个请求,并将其返回结果输出 import urllib.request url = 'https://www.baidu.com' response = urllib.request.urlopen( 阅读全文
posted @ 2019-03-13 18:36 小麻花 阅读(220) 评论(0) 推荐(0)
摘要: 接下来我会分享自动化测试、包括jmeter、rf、unittest等接口以及UI自动化测试的知识 然后还会定期整理python相关的内容,监督自己的学习 性能测试相关的目前正在学习中... 阅读全文
posted @ 2019-02-18 15:03 小麻花 阅读(123) 评论(0) 推荐(1)