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