我也想知道条件判断语句后边加个else null有什么意思。我听有人说是有区别的。
1.
if (..................) then
...........
end if;
2.
if (..................) then
...........
else null;
end if;
最初由 agojava 发布
[B]我也想知道条件判断语句后边加个else null有什么意思。我听有人说是有区别的。
1.
if (..................) then
...........
end if;
2.
if (..................) then
...........
else null;
end if; [/B]