python属性

文档:A value associated with an object which is referenced by name using dotted expressions. For example, if an object o has an attribute a it would be referenced as o.a

总结:属性是一个对象关联的值。对象的方法,变量都属于对象的属性。

posted @ 2015-09-15 22:30  shinymood  阅读(121)  评论(0编辑  收藏  举报