在while(1){int i=1;//为continue 是不是执行这里i++; //值是多少?if(a==2)//条件满足continue;printf("aaa");//这里执行吗} 查看完整描述