函数 ''' 随机字符串 ''' import uuid v=uuid.uuid4() print(v) 转载于:https://www.cnblogs.com/huay/p/11294813.html