本文主要解释“Python如何实现Zen提交bug”。本文的解释简单明了,易学易懂。接下来,请跟随边肖的思路,一起学习学习《Python如何实现禅让bug》!
代码如下:
import request sloginhost=' http://Zen . beta.cn/index . PHP?m=userf=log in ' # log in urlad _ bug host=' http://zen.beta.cn/index.php? m=bugf=createproductID=10 branch=0 extra=moduleID=0 ' # new bug urldef add _ bug(): header={ ' Content-Type ' : ' application/x-www-form-URL encoded;Charset=utf-8'}#设置请求头Datas={'account' :' $ admin ',' password' :' 123456'} #定义请求的数据s=requests.session() #实例化一个会话对象response=s.post(loginhost,Headers=header,data=data) #使用session启动请求打印(response。content)数据={'product' :' 10 ',# int ' s product * required ' open build ' 3360 ' master ',# int | trunk受影响的版本* required' branch': '2 ',# int branch/platform ' module ' : ' 434 ',# int module' project' 3360' 84 ',# int project '赋值为' 3360 ' baoyi ',# string赋值为' deadline ' : ' 2020-2020 # int严重性范围:1 | 2 | 3 | 4' PRI' 3360' 3 ',# int优先级范围:0 | 1 | 2 | 3 | 4 '关键字' : ' ',# string Keywords ' title ' : ' feedback ',# title' story':1143,# requirement' steps' 3360 '在此设置bug链接' # string recurrence step } response=s . post(add _ bug host,headers=header,data=data)print(responses . content . decode(')。
简单地说,请求库的会话对象可以跨请求保留一些参数。换句话说,例如,如果您使用会话成功登录到网站,则默认情况下,再次请求会话对象的网站的其他页面将使用会话前使用的cookie和其他参数。
运行代码后,效果如下:
感谢阅读,以上就是“Python如何实现禅宗提交bug”的内容。看完这篇文章,相信你对Python如何实现Zen提交bug有了更深的理解,具体用法还需要实践验证。在这里,边肖将为您推送更多关于知识点的文章,敬请关注!
内容来源网络,如有侵权,联系删除,本文地址:https://www.230890.com/zhan/123903.html