gpt4 book ai didi

batch-file - 批量不等于(不等)运算符

转载 作者:行者123 更新时间:2023-12-03 04:05:33 27 4
gpt4 key购买 nike

根据this , !==! 是不等于字符串运算符。尝试一下,我得到:

C:\> if "asdf" !==! "fdas" echo asdf
!==! was unexpected at this time.

我做错了什么?

最佳答案

尝试

if NOT "asdf" == "fdas" echo asdf

关于batch-file - 批量不等于(不等)运算符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1421441/

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