2017年5月21日

python判断一个对象是否可迭代

摘要: 如何判断一个对象是可迭代对象? 方法是通过collections模块的Iterable类型判断: 阅读全文

posted @ 2017-05-21 12:49 星河赵 阅读(7207) 评论(0) 推荐(0)

导航