摘要:
sys.exc_info() 获取异常 import sys try: raise ValueError('this is a exp') except Exception as ex: ex_type, ex_val, ex_stack = sys.exc_info() print(ex_type 阅读全文
posted @ 2021-04-14 10:14
该显示昵称已被使用了
阅读(43)
评论(0)
推荐(0)
浙公网安备 33010602011771号