避免在Node JS中嵌套开关情况

时间:2018-06-20 10:58:12

标签: nodes

我有一种情况,我必须使用嵌套的if-else if,以避免我选择使用嵌套的切换用例。我想知道这是否是这样做的正确方法?有没有更好的方法来实现这一目标?请让我知道。预先感谢

apt-cyg install gcc-core

1 个答案:

答案 0 :(得分:0)

为什么不做以下更改使其更简单

case 'Monsoon':
                message = "season Monsoon and month "+ Monsoon 
                break;
case 'Spring':
                message = "season Spring and month "+ Spring
                break;
 .
 .
 .