摘要: 数据存储,操作csv 阅读全文
posted @ 2018-03-18 23:57 Lin_pin 阅读(186) 评论(0) 推荐(0)
摘要: 一,新增配置文件 import configparser config = configparser.ConfigParser() config["DEFAULT"] = {'Server': "45", 'Comp': "yes"} config['bitbuckket.org'] = {} co 阅读全文
posted @ 2018-03-18 23:54 Lin_pin 阅读(112) 评论(0) 推荐(0)