退出循环 meaning in Chinese
exit a loop
Examples
- Exit while to escape the loop
来退出循环。 - To pass control to the next iteration without exiting the loop , use the
若要将控制权传递给下一个迭代但不退出循环,请使用 - Exit do statement
语句提前退出循环。 - " next " and " last " skip to the next element and exit the loop altogether , respectively
“ next ”和“ last ”分别跳至下一元素和全部退出循环。 - Once we have determined the largest possible size we will exit the loop and draw the text
一旦我们决定了可能的最大大小,我们就退出循环,绘制文本。