摘要: #coding:utf-8 class people(): #基本属性 name = "hostname" age = 2 #私有属性 __weight = 0 def __init__(self,n,a,w): self.name = n self.age = a self.__weight = w ... 阅读全文
posted @ 2017-02-05 11:49 Linux运维指路 阅读(146) 评论(0) 推荐(0) 编辑
欢迎光临!!!!