roach57
Python,Linux,运维自动化,Shell

导航

 

2016年3月10日

摘要: 1.静态方法的作用?2.反射3.描述器### 继承:继承是共享的一种方式:原始门的一个类:```class Door: def __init__(self, number, status): self.number = number self.status = status def open(self): self.status = 'open... 阅读全文
posted @ 2016-03-10 22:22 roach57 阅读(266) 评论(0) 推荐(0)