资讯

The condition is checked after each iteration of the loop. The DO WHILE statement executes a group of statements repetitively as long as the condition that you specify remains true. The condition is ...
PowerShell Basics: Programming With Loops In this PowerShell guide, we explain how to use the For loop, the ForEach-Object loop, and the While, Do-While and Do-Until loops.