摘要:
class User: count=0 def __init__(self,name='guest',password=111111,state=1): self.name = name self.password = password self.state= state User.count+=1 阅读全文
posted @ 2022-06-01 17:13
段承昊
阅读(43)
评论(1)
推荐(0)
2022年6月1日