据此,是!==!不等号字符串运算符。尝试一下,我得到:
!==!
C:\> if "asdf" !==! "fdas" echo asdf !==! was unexpected at this time.
我究竟做错了什么?
尝试
if NOT "asdf" == "fdas" echo asdf