摘要: country = '澳大利亚' class Chinese: country = '中国' def __init__(self,name): self.name = name print('------>',country) #既不是类属性,也不是实例属性,根据作用域原则查找 print('------>',self.cou... 阅读全文
posted @ 2017-06-02 14:51 总要做些什么 阅读(306) 评论(0) 推荐(0)