python 1.python的hasattr()函数 hasattr()函数用于判断对象是否包含对应的属性。语法为hasattr(object, name),其中object表示对象,name表示字符串或者属性名。