gpt4 book ai didi

powershell - Powershell中是否有NOR运算符?

转载 作者:行者123 更新时间:2023-12-03 00:47:02 26 4
gpt4 key购买 nike

如何制定($ blnA)或($ blnB)?
我在Powershell中找不到任何-nor运算符。

最佳答案

不,有-not

使用-not($binnA -or $binB)(或!($binA -or $binB))。

Here's an online demonstration.

关于powershell - Powershell中是否有NOR运算符?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42178451/

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