摘要: import uuid import random a = str(uuid.uuid1()).replace("-","") b = ''.join(random.sample(a, 6)) print(uuid.uuid1()) 阅读全文
posted @ 2024-01-05 21:45 无左无右 阅读(7) 评论(0) 推荐(0) 编辑