摘要: 一、模块补充 1. configparser模块 1 import configparser 2 3 config=configparser.ConfigParser() 4 config.read('a.ini') 5 6 #读取配置 7 print(config.sections()) #看标题 阅读全文
posted @ 2017-08-16 16:41 ikere 阅读(152) 评论(0) 推荐(0) 编辑