一、’dir() 在属性中寻找 _iter_二、用内建函数 hasattr( 对象 , '__iter__')三、>>>import collections>>>isinstance( 对象, collections.Iterable)