摘要: 使用foreach循环遍历list集合时,出现Collection was modified; enumeration operation may not execute.这个错误,查了半天才发现是当想要修改list集合时,不能使用foreach,因为foreach是取只读的,在取的时候数据不能变( 阅读全文
posted @ 2020-03-31 12:31 橘子香气 阅读(390) 评论(0) 推荐(0) 编辑