Python中i使用ini配置文件
2021-04-25 22:28
阅读:305
标签:img nbsp name 变量 http 获取 python 配置 too Python中i使用ini配置文件 标签:img nbsp name 变量 http 获取 python 配置 too 原文地址:https://www.cnblogs.com/tarzen213/p/13256325.html
import configparser
cf = configparser.ConfigParser()
cf.read(‘config.ini‘) # 获取配置文件对象
app_name = cf.get(‘test-client‘, "path") # 读取test-client模块下的path变量 获取到的都是字符串
评论
亲,登录后才可以留言!