今天爱分享给大家带来Python如何判断一个对象iterable【面试题详解】,希望能够帮助到大家。
1.检查__iter__对序列类型有效,但是对例如string,无效
try:
iterator = iter(theElement)
except TypeError:
# not iterable
else:
# iterable
# for obj in iterator:
# pass
2.使用collections
import collections
if isinstance(e, collections.Iterable):
# e is iterable
原文链接:https://blog.itblood.com/4524.html,转载请注明出处。

![真实人生:阳光城/Real Life Sunbay City [v1.3 Beta汉化硬盘版[电脑/8G] [3D/H侠盗猎车手/无码动态精美CG]](/wp-content/uploads/replace/2025/07/19/48f6135fba1e2e31ed4cde6739b7c9d0.webp)