Second Write-Host "Welcome to the demo of PowerShell sleep in while loop" $test=0 while($test -ne 10) { $test++. Write-Host $test if($test %2 -eq 0)
確定! 回上一頁