# -*- coding: utf-8 -*- #python 27 #xiaodeng #属性名的点号运算 #在python中,可以使用点号运算语法object.attribute来获取任意的object的attribute属性 #eg: #obj.name #属性 #obj.func() #方法
# -*- coding: utf-8 -*- #python 27 #xiaodeng #属性名的点号运算 #在python中,可以使用点号运算语法object.attribute来获取任意的object的attribute属性 #eg: #obj.name #属性 #obj.func() #方法