function checkNull([string]$a, $b). {. if ($a -eq $null) { Write-Host "a is null" } else { write-Host "a is not null" }.
確定! 回上一頁