标签:循环 code als type cas 存在 val 需要 cond
switch (x) {
case "1":
x = Globals.type.first.getvalue());
break;
case "2":
x = Globals.type.second.getvalue());
break;
case "3":
x = Globals.type.third.getvalue());
break;
default:
break;
}
存在问题:如果有许多外面套层循环很多x需要改正,这样效率很低
for (Globals.type e : Globals.type.values()) {
map.put(e.getCode(),e.getValue());
}
x=map.get(x);
标签:循环 code als type cas 存在 val 需要 cond
原文地址:https://www.cnblogs.com/flyduckforever/p/11657758.html