Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不能用谷歌搜索它,因为即使用引号括起来,谷歌也会从搜索中删除 <>。那么<>在VB6中做了什么?
这是不等式运算符。将其视为类似 C 语言的!=.
!=
所以1 <> 2评估为真,但1 <> 1不是。
1 <> 2
1 <> 1