import traceback
try: a=1+'fsdfsf'except Exception as e: logger.error(traceback.format_exc())
posted on 2021-01-23 17:05 Plyc 阅读(62) 评论(0) 编辑 收藏 举报