摘要: 1 >>> from configparser import ConfigParser, ExtendedInterpolation 2 >>> parser = ConfigParser(interpolation=ExtendedInterpolation()) 3 >>> # the def... 阅读全文
posted @ 2014-05-31 13:33 tingshow163 阅读(203) 评论(0) 推荐(0)