单选题 与以下程序段等价的是 ____
while (a)
{
if (b) continue;
C;
}
【正确答案】 A
【答案解析】