源代码
class Person: name = "Bill" age = 63 country = "USA" x = getattr(Person, 'page', 'my message') print(x)
运行结果