python解析ini文件 使用configparser - Configuration file parser sections() add_section(section) has_section(section) 操作section options(section) has_option(section, option) 操作items read(filenames, encoding=None) read_file(f, source=None) read_string(string,…