JavaScript教程switch case匹配多个值switch case多值匹配一般有两种情况1.列举var n= 3;switch { case 1: case 2: case 3:# log2020-03-219336 阅读4 评论