如下:
for循环里面不要进行remove操作,for循环里remove元素后,list的下标会减小,导致遍历不完全。使用Iterator循环进行remove
end
标签:end,Iterator,处理,list,remove,循环,下标 From: https://www.cnblogs.com/xh_Blog/p/16620185.html
如下:
for循环里面不要进行remove操作,for循环里remove元素后,list的下标会减小,导致遍历不完全。使用Iterator循环进行remove
end
标签:end,Iterator,处理,list,remove,循环,下标 From: https://www.cnblogs.com/xh_Blog/p/16620185.html