2019年12月11日

python(静态,组合,继承)

摘要: 静态属性 用@property修饰类的行为,把类的行为变成类的属性,有封装的作用 例子. # -*- coding: utf-8 -*- class Room: def __init__(self,name,owner,width,length,heigh): self.Name=name self 阅读全文

posted @ 2019-12-11 22:38 hcy12 阅读(144) 评论(0) 推荐(0) 编辑

导航