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
相關文章
相關標籤/搜索