码迷,mamicode.com
首页 > 编程语言 > 详细

python configparser模块

时间:2019-04-30 23:34:29      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:strong   parse   one   格式   color   log   常见   use   创建文件   

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

[default]
log = debug
state = alive

[mysql]
db_user = root
db_pass = 123

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

 

 创建文件

 

python configparser模块

标签:strong   parse   one   格式   color   log   常见   use   创建文件   

原文地址:https://www.cnblogs.com/houyongchong/p/configparser.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!