此内容没有您所选择的语言版本。6.12. while General syntax: while (EXP) STMT while (EXP) STMT Copy to Clipboard Copied! Toggle word wrap Toggle overflow The while statement uses the same syntax and semantics as in C. In the statement above, while the integer-valued EXP evaluates to non-zero, the parser will execute STMT. 前一个下一个