好望角: 现在C可以这么写了? [阅读: 299] 2006-08-29 14:45:39 switch(value) { case 0 ... 9: { printf("ok\n"); break; } default:break; } 前段时间在VC上试图这样写,失败了。