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