要退出For循环,可使用的语句为()。
A: Exit
B: ExitDo
C: ExitSub
D: ExitFor
A: Exit
B: ExitDo
C: ExitSub
D: ExitFor
举一反三
- 退出Do循环的语句是()。 A: ExitFor B: ExitDo C: ExitSub D: ExitFunction
- 退出For循环可使用的语句为() A: ExitFor B: ExitDo C: EndFor D: EndDo
- 要从For…Next循环中退出循环,应使用()语句。 A: ExitFor B: Exit C: Continue D: StopLoop
- 使用()语句可以立即从FOR循环中退出。 A: Exitsub B: Exit C: D: Loop
- 若要退出For循环,使用的语句为( )。 A: End For B: Exit For C: Exit D: Exit Do