(1)Wait-Job. 复制代码. 1 #创建一个等待1s的后台任务 2 $WaitJob1 = Start-Job -ScriptBlock {Sleep -Seconds 10} 3 #创建一个等待5s的后台任务 4 ...
確定! 回上一頁