基本使用:
https://www.jianshu.com/p/417738fc9960
解决python读取 的.ini 文件中有特殊符号 %报错::
https://www.jianshu.com/p/64537ccde612
将cf = configparser.ConfigParser()
改为cf = configparser.RawConfigParser()
基本使用:
https://www.jianshu.com/p/417738fc9960
解决python读取 的.ini 文件中有特殊符号 %报错::
https://www.jianshu.com/p/64537ccde612
将cf = configparser.ConfigParser()
改为cf = configparser.RawConfigParser()