我有一种情况,我必须使用嵌套的if-else if,以避免我选择使用嵌套的切换用例。我想知道这是否是这样做的正确方法?有没有更好的方法来实现这一目标?请让我知道。预先感谢
apt-cyg install gcc-core
答案 0 :(得分:0)
为什么不做以下更改使其更简单
case 'Monsoon':
message = "season Monsoon and month "+ Monsoon
break;
case 'Spring':
message = "season Spring and month "+ Spring
break;
.
.
.