c艹 switch case中很多个case,case能否进行循环?
for(;;){ switch(xx){ case x: break; case y: break; case z: break; } }
循环啥
这老死循环