摘要:
一:首先在包目录下创建文件夹:config config下创建test.conf文件 二:config下创建readConfig.py文件 2.1获取所有的节点 标准写法:ret1 = conf.sections() 2.2获取某一节点下所有的K值 标准写法:ret2 = conf.options( 阅读全文
posted @ 2018-09-14 14:09
lijinglj
阅读(381)
评论(0)
推荐(0)
摘要:
请求requests 参考: http://docs.python-requests.org/zh_CN/latest/user/quickstart.html http://docs.python-requests.org/zh_CN/latest/user/advanced.html#advan 阅读全文
posted @ 2018-09-14 13:56
lijinglj
阅读(275)
评论(0)
推荐(0)