摘要: import traceback try: os.getcwd('exc') except Exception: exc = traceback.format_exc() print(exc) 阅读全文
posted @ 2020-08-14 14:36 码上测 阅读(481) 评论(0) 推荐(0) 编辑