break terminates the execution of a for or while loop. Code in the loop after the break statement does not execute. i = 0.
確定! 回上一頁