摘要:
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
阅读(385)
评论(0)
推荐(0)

浙公网安备 33010602011771号