摘要:
class Password(object): """docstring for Combination""" def __init__(self, chas=''.join([chr(j) for j in range(32,127)])): super(Combination, self).__init__() self.chas = chas... 阅读全文
posted @ 2020-01-03 13:54
NAVYSUMMER
阅读(380)
评论(0)
推荐(0)