相关疑难解决方法(0)

在powershell中无法合并

在PowerShell中是否存在空合并运算符?

我希望能够在powershell中执行这些c#命令:

var s = myval ?? "new value";
var x = myval == null ? "" : otherval;
Run Code Online (Sandbox Code Playgroud)

powershell null-coalescing-operator

97
推荐指数
6
解决办法
4万
查看次数