switch(value){ case 'test':{ const VarName = 'test' break } case 'test2':{ const VarName = 'test2' break } }
MDN: switch 语句内的块级作用域