会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
橘子香气
博客园
首页
新随笔
订阅
管理
2020年3月31日
foreach 改变集合时不能使用
摘要: 使用foreach循环遍历list集合时,出现Collection was modified; enumeration operation may not execute.这个错误,查了半天才发现是当想要修改list集合时,不能使用foreach,因为foreach是取只读的,在取的时候数据不能变(
阅读全文
posted @ 2020-03-31 12:31 橘子香气
阅读(390)
评论(0)
推荐(0)
编辑