标签:style color 使用 sp c ad r bs as
一.方式
case <表达式> of <数值>:<语句>; <数值>:<语句>; else <语句>; end; |
例1:
case a of
1:语句1;
2:语句2;
end;
例2:
case a of
1:语句1;
2:语句2;
else
语句n;
end;
例3:
case a of
1,2,3:语句1;
2:语句2;
end;一.方式
一.方式
一.方式
case <表达式> of <数值>:<语句>; <数值>:<语句>; else <语句>; end; |
标签:style color 使用 sp c ad r bs as
原文地址:http://www.cnblogs.com/iseaside/p/3991807.html