摘要: """ 生成随机的字符串 Token """ def get_random_str(username): import time, hashlib ctime = str(time.time()) # print(ctime) # print(type(ctime)) md5 = hashlib.m 阅读全文
posted @ 2020-12-16 21:32 Feng_fu 阅读(150) 评论(0) 推荐(0) 编辑