为了演示,请在PowerShell提示符下输入以下无害的代码: $job = Start-Job -ScriptBlock { [int] $counter = 0 while ($counter -lt 10) { Write-Output 'Counter ...
確定! 回上一頁