摘要:
阅读全文
posted @ 2016-05-09 19:23
逍遥山主
阅读(157)
评论(0)
推荐(0)
摘要:
>>> class A(): def __init__(self,a,b): self.a = a self.b = b def add(self): return self.a + self.b >>> count = A(4,5)>>> print(count.add())9>>> init两边 阅读全文
posted @ 2016-05-09 14:06
逍遥山主
阅读(646)
评论(0)
推荐(0)
浙公网安备 33010602011771号