摘要: python2: import string import random import sha BASE16 = '0123456789ABCDEF' BASE30 = '123456789ABCDEFGHJKLMNPQRTVWXY' def randomstring(size=20, chars= 阅读全文
posted @ 2018-04-10 08:25 defifind 阅读(206) 评论(0) 推荐(0)