NFT_avatar / test.py
cynika's picture
1.7
4df7720
raw
history blame
119 Bytes
try:
raise Exception('二维码已失效')
except Exception as e:
print(type(e.args[0]))
print(e.args[0])