在不使用if-else子句12次的情况下执行此任务的最佳方法是什么.任务是这样的:
if(mon=="1") { month="JAN"; } else if(mon=="2") { month="FEB"; }
等等..
c# if-statement
c# ×1
if-statement ×1