from configparser config = configparser.ConfigParser() # 配置文件路径 config.read("./conf.ini") config.sections() # 读取配置
確定! 回上一頁