发布时间:2019-08-20 07:47:09编辑:auto阅读(1880)
基于Jenkins接口测试
# coding = utf-8 import httplib http_client = None http_client = httplib.HTTPConnection('localhost' , 8080 , timeout=30) http_client.request('GET' , '/jenkins/api/json') response = http_client.getresponse() print response.status #返回状态码 print response.read() #读出返回信息
上一篇: Python中SQL——LIKE中的%
下一篇: python - 函数
50976
50359
40974
37843
32306
29196
28083
22912
22876
21208
1075°
1754°
1438°
1371°
1642°
1457°
2114°
3664°
3597°
2531°