在foreach遍历的时候直接remove会报java.util.ConcurrentModificationException异常 在使用remove方法对ArrayList进行删除操作时,会报java.util.ConcurrentModificationException异常 解决办法:使用迭代器