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