use the break statement. while (some_condition) { if (some_other_condition) { break; } } · make the while() condition false. while ( ...
確定! 回上一頁