python的configparser

可以快速上手的开发文档

#python的configparser
python的configparser

详解Python读取配置文件模块ConfigParser

1,ConfigParser模块简介假设有如下配置文件,需要在Pyhton程序中读取$catconfig.ini[db]db_port=3306db..