Loading

摘要: ConfigParser简介 ConfigParser 是用来读取配置文件的包。配置文件的格式如下:中括号“[ ]”内包含的为section。section 下面为类似于key-value 的配置内容。 configparser模块支持读取.conf和.ini等类型的文件 [profile] nam 阅读全文
posted @ 2021-03-10 15:14 Binzichen 阅读(116) 评论(0) 推荐(0) 编辑