好奇,这背后的想法是什么:
@() -as [bool] # False @($null) -as [bool] # False @($null, $null) -as [bool] # True
我希望False/True/True或False/False/False,但不是False/False/True.
arrays powershell
arrays ×1
powershell ×1