gpt4 book ai didi

string - 在Powershell中字符串可以为空吗?

转载 作者:行者123 更新时间:2023-12-02 23:58:32 24 4
gpt4 key购买 nike

为什么在此Powershell代码中,最后一条语句解析为true?

PS C:\> $s = [System.String]$null
PS C:\> $s.GetType()
IsPublic IsSerial Name BaseType
-------- -------- ---- --------
True True String System.Object
PS C:\> $s -eq ""
True

最佳答案

基本上,您无需在PowerShell中编写string.IsNullOrEmpty()或获取对字符串的空引用。参见Tony Hoare的“空引用:十亿美元的错误”。

关于string - 在Powershell中字符串可以为空吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36464445/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com