try:
pass
except Exception as e:
print('错误明细:', e.__class__.__name__, e)
input('报错,按回车退出:')
pyinstaller 打包为程序常用报错模板 try except
最新推荐文章于 2025-06-07 11:59:33 发布
try:
pass
except Exception as e:
print('错误明细:', e.__class__.__name__, e)
input('报错,按回车退出:')