如Person对象有属性:name,age
p = Person('哇飒飒,'男')
则在其他类中,可以使用
sex = getattr(p, 'name')获取其值
posted on 2021-03-16 12:50 学弟1 阅读(819) 评论(0) 编辑 收藏 举报