Python实现的ini文件操作类分享 类代码: -*- coding:gbk -*- import ConfigParser, os class INIFILE: def __init__(self, fil python编程 2022-04-09 176 点赞 2 评论 266 浏览