方法 1: python2 と python3 に適用可能>>> from collections import Iterable >>> isinstance("str", Iterable) True 方法 2: python3 に適用可能s = "hello world" hasattr(s, "__iter__") [Python][基礎] 変数が反復可能かどうかを判断する 関連記事については、次の点に注意してください。 PHP中国語ウェブサイトです!