Collection was modified; enumeration operation may not execute.

   今天在使用foreach循环遍历list集合时,出现Collection was modified; enumeration operation may not execute.这个错误,查了半天才发现是当想要修改list集合时,不能使用foreach,因为foreach是取只读的,在取的时候数据不能变(包括修改,删除,添加等),所以要写for循环。

posted @ 2010-10-25 18:12  我的食草堂  阅读(1308)  评论(1编辑  收藏  举报