标签:conf python学习 config amp 文档 ini section import bsp
configParser 模块用于生成和修改常见配置文档,python 3.x为configParser,配置软件的常见配置格式
模块的用法
import configparser
config=configparser.ConfigParser()
config.sections()
config.read(‘example.ini‘)
python学习第五十三天configParser模块的使用
标签:conf python学习 config amp 文档 ini section import bsp
原文地址:https://www.cnblogs.com/96net/p/9812914.html