python中set怎么循环_python如何遍历set
生活随笔
收集整理的這篇文章主要介紹了
python中set怎么循环_python如何遍历set
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1、利用迭代器進行迭代遍歷:Set sets = new HashSet();
Iterator it = set.iterator();
while (it.hasNext()) {
String str = (String)it.next();
System.out.println(str);
}
2、for循環遍歷:for (String str : sets) {
System.out.println(str);
}
3、foreach循環遍歷:Set set = new HashSet();
for (Object obj: sets) {
if(obj instanceof Integer){
int aa= (Integer)obj;
}else if(obj instanceof String){
String aa = (String)obj
}
……..
}
python學習網,大量的免費python視頻教程,歡迎在線學習!
總結
以上是生活随笔為你收集整理的python中set怎么循环_python如何遍历set的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 基于产生式的动物识别专家系统_钇鑫智通打
- 下一篇: 在软盘上找不到id地址标记_记录一下我的