摘要:
#-*-coding:utf-8-*-'''公有属性'''class Fly: price = 123 #公有的实例属性 def __init__(self): self.direction = '开往北京的火车' #公有的实例属性 zIng = '候车厅中,人很多' #局部变量if __name_ 阅读全文
posted @ 2018-12-27 16:57
点滴听滴答
阅读(334)
评论(0)
推荐(0)