在while(1){int i=1;//為continue 是不是執行這里i++; //值是多少?if(a==2)//條件滿足continue;printf("aaa");//這里執行嗎} 查看完整描述