如Person对象有属性:name,age

p = Person('哇飒飒,'男')



则在其他类中,可以使用

sex = getattr(p, 'name')获取其值

相关文章: