強制回頭continue. 只要跑到這個,就會直接回頭跑到for迴圈的一開始. 例如. for each in range(10):. if each%2==1: continue print(each).
確定! 回上一頁