1. 集合使用中调用了
集合.delete(index)方法, 实际上在集合中是未删除的.
2.循环判断中需要添加是否存在判断,比如:
for i..集合.count loop
if 集合.exists(index) == false then
continue;
end if;//
end loop;
1. 集合使用中调用了
集合.delete(index)方法, 实际上在集合中是未删除的.
2.循环判断中需要添加是否存在判断,比如:
for i..集合.count loop
if 集合.exists(index) == false then
continue;
end if;//
end loop;
被折叠的 条评论
为什么被折叠?