Spaces:
Running
Running
File size: 119 Bytes
4df7720 |
1 2 3 4 5 6 7 |
try:
raise Exception('二维码已失效')
except Exception as e:
print(type(e.args[0]))
print(e.args[0])
|