Python后台运行的代码调试出错信息

try:
    pass
except Exception as e:
    print(e)
原文地址:https://www.cnblogs.com/wangzengyi/p/12365332.html