python ConfigParser对配置文件进行

# -*- coding: UTF8 -*- import ConfigParser class myConfParser: def __init__(self, conf_path): self.fpath = conf_path self.cf = ConfigParser.ConfigParser() self.cf.read(s
相关文章
相关标签/搜索