方法一:
>>> from collections import Iterable
>>> isinstance("str", Iterable)
True
方法二:
适用于Python3
s = "hello world"
hasattr(s, "__iter__")
Python 官方文档:入门教程 => 点击学习
方法一: 适用于python2和python3 >>> from collections import Iterable >>> isinstance("str", Iterable) True 方法二
--结束END--
本文标题: [python][基础]判断变量是否可
本文链接: https://lsjlt.com/news/193454.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0