foreach (var i in test) { if (符合條件) { continue; //跳過當前循環體中的當次迴圈(i),進入(i+1),並繼續執行迴圈外的程式//break:直接跳出迴圈 ...
確定! 回上一頁