2017年11月17日
摘要: # def 函数名():# '''函数体'''# pass# class Person:#类名有两个作用# country = '中国'#静态属性,数据属性# def walk(self):#动态属性,函数属性,方法# print('walk')#1,属性引用# print(Person.count 阅读全文
posted @ 2017-11-17 18:44 耿耿于晓 阅读(149) 评论(0) 推荐(0)