摘要: #日志类import osimport loggingcurrent_path = os.path.dirname(__file__)log_path = os.path.join(current_path, '../log/testpython.log')class logUtil: def __ 阅读全文
posted @ 2020-07-09 14:09 皓空星辰 阅读(440) 评论(0) 推荐(0)