赞
踩
#将控制台的输出,保存到log文件中 import sys class Logger(object): def __init__(self, filename='wes.log', stream=sys.stdout): self.terminal = stream