do..while 循環使用當需要重複一組語句,隻要條件為真。所述條件可在循環開始或在循環結束時進行檢查。 語法: VBA的do..while 循環的語法是: Do While condition ...
確定! 回上一頁