摘要: import getoptimport sysimport uuidimport hashlibimport csvdef getIds(totals,encrypt): seed=set() for i in range(totals): uid=uuid.uuid1() if encrypt: encrypt_id=hashlib... 阅读全文
posted @ 2019-07-17 23:42 不带R的墨菲特 阅读(416) 评论(1) 推荐(0)