python configparser模块

Posted houyongchong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python configparser模块相关的知识,希望对你有一定的参考价值。

此模块提供ConfigParser实现基本配置语言类,生成和修改常见配置文档;格式如下:

[default]
log = debug
state = alive

[mysql]
db_user = root
db_pass = 123

[time]
zone = Asia/Shanghai
format = %H:%M%S

 

 创建文件

 

以上是关于python configparser模块的主要内容,如果未能解决你的问题,请参考以下文章

Python Configparser模块读取写入配置文件

python封装configparser模块获取conf.ini值(优化版)

Python中ConfigParser模块详谈

Python configparser模块

python基础13 ---函数模块4(configparser模块)

python模块之configparser模块