摘要: import torchclass A: def __init__(self,ax): print("%s in A" % ax) print("%s in y.B" % self.y)class B(A): def __init__(self,bx): self.y=200; #三者相同 # su 阅读全文
posted @ 2020-05-19 23:47 tonnysz 阅读(228) 评论(0) 推荐(0)