var a = 6;switch(a){ case 1: alert("1111"); break; case 2: alert("2222"); break; case 3: alert("3333"); break; default: alert("输入的内容部在范围内"); }