$StringABC="1" If([String]::IsNullOrEmpty($StringABC)) { Write-Host "The string is null or empty." } Else { Write-Host "The string is not ...
確定! 回上一頁