configParser 模块用于生成和修改常见配置文档,python 3.x为configParser,配置软件的常见配置格式
模块的用法
import configparser
config=configparser.ConfigParser()
config.sections()
config.read(‘example.ini‘)
原文地址:https://www.cnblogs.com/96net/p/9812914.html
时间: 2024-10-08 15:38:47