摘要:
def cnf(action,configs,path): message = "Modify %s\n" %path changed = False if action == "get": with open(path,"r") as f: message = f.read() return ch 阅读全文
posted @ 2017-07-05 18:19
会飞の鱼
阅读(484)
评论(0)
推荐(0)