python 随机字符串

函数

'''
随机字符串
'''
import uuid
v=uuid.uuid4()
print(v)

 

posted @ 2019-08-03 14:48  jiuchen  阅读(299)  评论(0编辑  收藏  举报