在PowerShell中是否存在空合并运算符?
我希望能够在powershell中执行这些c#命令:
var s = myval ?? "new value"; var x = myval == null ? "" : otherval;
powershell null-coalescing-operator
null-coalescing-operator ×1
powershell ×1