Files
ocr/test.py
2025-08-14 16:04:59 +08:00

5 lines
72 B
Python

import uuid
# 生成一个随机的UUID
guid = uuid.uuid4()
print(guid)