except Exception as e:
        print(e,e.__traceback__.tb_lineno)

 

except Exception as e:
print(e,e.__traceback__.tb_lineno)
如果觉得文章不错,可以分享给其他人哟~