uuid 生成随机名称

import uuid
name = uuid.uuid4()
print(name)


类型为 
<class 'uuid.UUID'>

2021-01-07

如果觉得文章不错,可以分享给其他人哟~
原文地址:https://www.cnblogs.com/hany-postq473111315/p/14245807.html