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