📌  相关文章
📜  如何在PowerShell中检查字符串是否为空或空? - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:17.787000             🧑  作者: Mango

代码示例2
$str1 = $null
[string]::IsNullOrEmpty($str1)